|
|
|
@ -104,6 +104,104 @@ |
|
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/ll_ad_support" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
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:textColor="@color/textSecondary" |
|
|
|
|
android:textSize="@dimen/text_minimum_size" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="25dp" |
|
|
|
|
android:background="@color/colorForeground" |
|
|
|
|
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> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="10dp" /> |
|
|
|
|