mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-30 13:35:18 +00:00
fa39c23d44
Closes #3158 // FREEBIE
13 lines
439 B
XML
13 lines
439 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
|
|
<TextView style="@style/Registration.Description"
|
|
android:id="@+id/description_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_marginBottom="16dip"
|
|
android:layout_marginTop="16dip"/>
|
|
</FrameLayout>
|
|
|
|
|