15 lines
560 B
XML
15 lines
560 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="309dp"
|
||
|
android:layout_height="44dp"
|
||
|
android:background="@drawable/bg_voice_chat">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_centerInParent="true"
|
||
|
android:layout_centerHorizontal="true"
|
||
|
android:text="@string/more_than"
|
||
|
android:textColor="@color/white"
|
||
|
android:textSize="14sp" />
|
||
|
</RelativeLayout>
|