|
|
@ -104,103 +104,34 @@ |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<View |
|
|
|
android:id="@+id/ll_ad_support" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="10dp" /> |
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="40dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="25dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/ad_support" |
|
|
|
|
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="15dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/ad_support_tip" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_minimum_size" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:background="@color/colorForeground" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="25dp" |
|
|
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_centerInParent="true" |
|
|
|
|
|
|
|
android:text="@string/flow_ad_tip" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" /> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/ll_inter_ad" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:text="@string/inter_ad" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
|
|
|
android:text="@string/donate_tip" |
|
|
|
|
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/ll_rewarded_video" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:text="@string/rewarded_video" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
|
|
|
android:text="@string/donate_tip" |
|
|
|
|
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:id="@+id/rl_thanks" |
|
|
|
|
|
|
|
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/thanks" |
|
|
|
|
|
|
|
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> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|