Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:background="@color/app_case_bg">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:ignore="UselessParent">
- <LinearLayout
- android:id="@+id/caseHomeCurrent1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:text="1."
- android:background="@color/app_case_bg"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:background="@color/app_case_bg"
- android:layout_marginLeft="48dp">
- <TextView
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content" />
- <ImageButton
- android:layout_width="48dp"
- android:layout_height="48dp" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/caseHomePrev1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:text="1."
- android:background="@color/app_case_bg"/>
- <CheckBox
- android:id="@+id/pointCheckBox1"
- android:layout_width="48dp"
- android:layout_height="48dp" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:background="@color/app_case_bg">
- <TextView
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content" />
- <ImageButton
- android:layout_width="48dp"
- android:layout_height="48dp" />
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement