|
|
@@ -57,6 +57,21 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#00000000"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#ffffff"
|
|
|
+ />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -85,6 +100,21 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#00000000"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="#ffffff"
|
|
|
+ />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|