mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
36 lines
No EOL
1.2 KiB
XML
36 lines
No EOL
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/border"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="9dp"
|
|
android:background="@drawable/labeled_edit_text_background_inactive" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/text_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/label"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="12dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:background="@color/white"
|
|
android:textColor="@color/signal_primary"
|
|
style="@style/Signal.Text.Caption"
|
|
tools:text="Profile Name"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</merge> |