|
@@ -24,7 +24,7 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="@dimen/margin_ss"
|
|
|
|
|
|
|
+ android:layout_marginBottom="@dimen/margin_s"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
android:paddingStart="@dimen/margin_default"
|
|
android:paddingStart="@dimen/margin_default"
|
|
@@ -48,6 +48,33 @@
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginBottom="@dimen/margin_ss"
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
|
+ android:paddingStart="@dimen/margin_default"
|
|
|
|
|
+ android:paddingEnd="@dimen/margin_default">
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/about_current_account"
|
|
|
|
|
+ android:textColor="@color/black_theme"
|
|
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/tv_account"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="@string/app_name"
|
|
|
|
|
+ android:textColor="@color/black_theme"
|
|
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:textIsSelectable="true"/>
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_desc"
|
|
android:id="@+id/ll_desc"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -111,7 +138,6 @@
|
|
|
android:text="@string/about_upgrade_now"
|
|
android:text="@string/about_upgrade_now"
|
|
|
android:textColor="@color/green_logo"
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
android:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -124,7 +150,6 @@
|
|
|
android:text="@string/about_check_new"
|
|
android:text="@string/about_check_new"
|
|
|
android:textColor="@color/green_logo"
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
android:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -137,7 +162,6 @@
|
|
|
android:text="@string/about_feedback"
|
|
android:text="@string/about_feedback"
|
|
|
android:textColor="@color/green_logo"
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
android:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -150,7 +174,6 @@
|
|
|
android:text="@string/about_coupon"
|
|
android:text="@string/about_coupon"
|
|
|
android:textColor="@color/green_logo"
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
android:background="?attr/selectableItemBackground"
|
|
|
android:visibility="gone"/>
|
|
android:visibility="gone"/>
|
|
|
|
|
|
|
@@ -163,7 +186,6 @@
|
|
|
android:layout_marginEnd="@dimen/margin_default"
|
|
android:layout_marginEnd="@dimen/margin_default"
|
|
|
android:textColor="@color/green_logo"
|
|
android:textColor="@color/green_logo"
|
|
|
android:textSize="@dimen/text_normal_s"
|
|
android:textSize="@dimen/text_normal_s"
|
|
|
- android:textStyle="bold"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
android:background="?attr/selectableItemBackground"
|
|
|
android:visibility="gone"/>
|
|
android:visibility="gone"/>
|
|
|
|
|
|