Add popup_list_text_item
This commit is contained in:
parent
c2ed4acaae
commit
89db88a38f
1 changed files with 14 additions and 0 deletions
14
OsmAnd-telegram/res/layout/popup_list_text_item.xml
Normal file
14
OsmAnd-telegram/res/layout/popup_list_text_item.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/text1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="12dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="12dp"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textSize="@dimen/list_item_title_text_size"
|
||||
tools:text="Some menu item"/>
|
Loading…
Reference in a new issue