You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
735 B
XML
20 lines
735 B
XML
|
4 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:gravity="center_horizontal"
|
||
|
|
android:layout_gravity="center_horizontal">
|
||
|
|
<FrameLayout
|
||
|
|
android:id="@+id/subscriber_container"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="#3F51B5" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:text="Remote"
|
||
|
|
android:textColor="#FFFFFF"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"/>
|
||
|
|
|
||
|
|
</LinearLayout>
|