mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 16:53:38 +00:00
17 lines
595 B
XML
17 lines
595 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/testTextView"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textSize="@dimen/medium_font_size"
|
||
|
android:textColor="@color/text" />
|
||
|
|
||
|
</LinearLayout>
|