|
@@ -47,34 +47,6 @@
|
|
|
android:textStyle="bold" />
|
|
android:textStyle="bold" />
|
|
|
</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"
|
|
@@ -137,7 +109,6 @@
|
|
|
android:layout_marginEnd="@dimen/margin_default"
|
|
android:layout_marginEnd="@dimen/margin_default"
|
|
|
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:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -149,7 +120,6 @@
|
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
|
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:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -161,7 +131,6 @@
|
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
|
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:background="?attr/selectableItemBackground"/>
|
|
android:background="?attr/selectableItemBackground"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -173,7 +142,6 @@
|
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
android:layout_marginTop="@dimen/margin_default"
|
|
|
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:background="?attr/selectableItemBackground"
|
|
android:background="?attr/selectableItemBackground"
|
|
|
android:visibility="gone"/>
|
|
android:visibility="gone"/>
|
|
|
|
|
|
|
@@ -185,7 +153,6 @@
|
|
|
android:layout_marginStart="@dimen/margin_default"
|
|
android:layout_marginStart="@dimen/margin_default"
|
|
|
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:background="?attr/selectableItemBackground"
|
|
android:background="?attr/selectableItemBackground"
|
|
|
android:visibility="gone"/>
|
|
android:visibility="gone"/>
|
|
|
|
|
|