|
|
|
@ -15,8 +15,7 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@color/colorForeground" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
> |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -200,6 +199,31 @@ |
|
|
|
|
app:tint="@color/textSecondary" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/rl_join_qq_channel" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:paddingStart="20dp" |
|
|
|
|
android:paddingEnd="10dp"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
android:text="@string/join_qq_channel" |
|
|
|
|
android:textColor="@color/textPrimary" |
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
app:srcCompat="@drawable/ic_right_arrow" |
|
|
|
|
app:tint="@color/textSecondary" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/rl_contact_author" |
|
|
|
@ -227,6 +251,11 @@ |
|
|
|
|
app:tint="@color/textSecondary" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="10dp" /> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/rl_share_log" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -253,10 +282,6 @@ |
|
|
|
|
app:tint="@color/textSecondary" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="10dp" /> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/rl_privacy_policy" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|