NekoX/TMessagesProj/src/main/res/layout/settings_row_version.xml

16 lines
484 B
XML

<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="56dp"
android:paddingTop="8dp">
<TextView
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:textSize="14dp"
android:textColor="#a0a0a0"
android:id="@+id/settings_row_text"/>
</FrameLayout>