|
|
@@ -6,21 +6,43 @@
|
|
|
android:background="@color/ApexDriverWhite"
|
|
|
>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/setting_about_icon_view"
|
|
|
- android:layout_width="50dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
- android:layout_margin="10dp"
|
|
|
- android:src="@drawable/icon_50"
|
|
|
- />
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/setting_about_left"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/setting_about_icon_view"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_margin="10dp"
|
|
|
+ android:src="@drawable/icon_50"
|
|
|
+ />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/setting_about_redant_view"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_below="@id/setting_about_icon_view"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:src="@drawable/redant_logo"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/setting_about_name_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/setting_about_icon_view"
|
|
|
- android:layout_alignTop="@id/setting_about_icon_view"
|
|
|
+ android:layout_toRightOf="@id/setting_about_left"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
android:textColor="#000000"
|
|
|
@@ -33,33 +55,24 @@
|
|
|
android:id="@+id/setting_about_ver_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/setting_about_icon_view"
|
|
|
+ android:layout_toRightOf="@id/setting_about_left"
|
|
|
android:layout_below="@id/setting_about_name_tv"
|
|
|
android:layout_alignLeft="@id/setting_about_name_tv"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="18sp"
|
|
|
android:text="Ver:1.0 build 180913"
|
|
|
/>
|
|
|
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/setting_about_redant_view"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
- android:layout_below="@id/setting_about_icon_view"
|
|
|
- android:layout_alignLeft="@id/setting_about_icon_view"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:src="@drawable/redant_logo"
|
|
|
- />
|
|
|
+ <!---->
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/setting_about_surpport_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/setting_about_redant_view"
|
|
|
- android:layout_alignTop="@id/setting_about_redant_view"
|
|
|
+ android:layout_below="@id/setting_about_ver_tv"
|
|
|
+ android:layout_toRightOf="@id/setting_about_left"
|
|
|
android:layout_alignLeft="@id/setting_about_name_tv"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
android:textColor="#000000"
|
|
|
@@ -72,7 +85,7 @@
|
|
|
android:id="@+id/setting_about_surpport_value_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_toRightOf="@id/setting_about_redant_view"
|
|
|
+ android:layout_toRightOf="@id/setting_about_left"
|
|
|
android:layout_below="@id/setting_about_surpport_tv"
|
|
|
android:layout_alignLeft="@id/setting_about_surpport_tv"
|
|
|
android:textColor="#000000"
|