1
This commit is contained in:
15
live/src/main/res/layout/view_text_hint.xml
Normal file
15
live/src/main/res/layout/view_text_hint.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user