OsmAnd/OsmAnd-telegram/res/layout/secondary_brn.xml
2018-06-26 21:29:38 +03:00

25 lines
875 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/secondary_btn_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/secondary_btn_bg">
<TextView
android:id="@+id/secondary_btn"
android:layout_width="match_parent"
android:layout_height="@dimen/dialog_button_height"
android:layout_gravity="center"
android:background="?attr/selectableItemBackgroundBorderless"
android:ellipsize="end"
android:gravity="center"
android:letterSpacing="@dimen/text_button_letter_spacing"
android:maxLines="1"
android:textColor="?attr/ctrl_active_color"
android:textSize="@dimen/text_button_text_size"
tools:ignore="UnusedAttribute"
tools:text="Secondary button"/>
</FrameLayout>