16 lines
498 B
XML
16 lines
498 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="@drawable/bg_choice_selectable"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="48dp"
|
||
|
layout_margin="8dp">
|
||
|
<TextView
|
||
|
textColor="@color/2131100901"
|
||
|
gravity="center"
|
||
|
layout_gravity="center"
|
||
|
id="@+id/text1"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017689"/>
|
||
|
</FrameLayout>
|