|
|
|
@ -10,12 +10,16 @@ |
|
|
|
|
android:id="@+id/title_bar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:title="@string/donate" /> |
|
|
|
|
app:title="@string/donate"/> |
|
|
|
|
|
|
|
|
|
<ScrollView |
|
|
|
|
android:id="@+id/scroll_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_margin="5dp"> |
|
|
|
|
android:overScrollMode="always" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
android:padding="5dp" |
|
|
|
|
android:clipToPadding="false"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -37,7 +41,7 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="10dp" |
|
|
|
|
android:text="你的支持是我更新的动力" /> |
|
|
|
|
android:text="你的支持是我更新的动力"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -62,7 +66,7 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="10dp" |
|
|
|
|
android:text="请关注微信公众号 开源阅读软件 点击复制" /> |
|
|
|
|
android:text="请关注微信公众号 开源阅读软件 点击复制"/> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.cardview.widget.CardView> |
|
|
|
|
|
|
|
|
@ -87,7 +91,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="支付宝红包搜索码 537954522 点击复制" /> |
|
|
|
|
android:text="支付宝红包搜索码 537954522 点击复制"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -114,7 +118,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="支付宝收款,支持红包,点击直接跳转支付宝" /> |
|
|
|
|
android:text="支付宝收款,支持红包,点击直接跳转支付宝"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -141,7 +145,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="支付宝红包二维码" /> |
|
|
|
|
android:text="支付宝红包二维码"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -168,7 +172,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="支付宝收款二维码" /> |
|
|
|
|
android:text="支付宝收款二维码"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -195,7 +199,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="微信赞赏码" /> |
|
|
|
|
android:text="微信赞赏码"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -222,7 +226,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:text="QQ收款码" /> |
|
|
|
|
android:text="QQ收款码"/> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|