91e4b01f10
- Add ActionListAdapter - Add ChooseActionDialog - Merge upstream/dev branch
11 lines
436 B
XML
11 lines
436 B
XML
<?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:layout_width="match_parent"
|
|
android:paddingLeft="16dp"
|
|
android:textSize="20sp"
|
|
android:gravity="center_vertical"
|
|
android:textColor="#FFFFFF"
|
|
tools:text="Test"
|
|
android:background="?selectableItemBackground"
|
|
android:layout_height="56dp" /> |