mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
精简:界面微调 & 去除不常用设置
This commit is contained in:
parent
abe7863a76
commit
16e4037c73
@ -31,6 +31,7 @@
|
|||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:text="@string/notification_content"
|
android:text="@string/notification_content"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
|
android:textColor="@color/xui_config_color_gray_6"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
|
|
||||||
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
||||||
@ -135,19 +136,19 @@
|
|||||||
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
||||||
android:id="@+id/menu_qq_channel"
|
android:id="@+id/menu_qq_channel"
|
||||||
style="@style/InfoItem.About"
|
style="@style/InfoItem.About"
|
||||||
app:sLeftTextString="@string/about_item_add_qq_channel" />
|
|
||||||
|
|
||||||
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
||||||
android:id="@+id/menu_telegram_group"
|
|
||||||
style="@style/InfoItem.About"
|
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
app:sLeftTextString="@string/about_item_add_telegram_group" />
|
app:sLeftTextString="@string/about_item_add_qq_channel" />
|
||||||
|
|
||||||
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
||||||
android:id="@+id/menu_dingtalk_group"
|
android:id="@+id/menu_dingtalk_group"
|
||||||
style="@style/InfoItem.About"
|
style="@style/InfoItem.About"
|
||||||
app:sLeftTextString="@string/about_item_add_dingtalk_group" />
|
app:sLeftTextString="@string/about_item_add_dingtalk_group" />
|
||||||
|
|
||||||
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
||||||
|
android:id="@+id/menu_telegram_group"
|
||||||
|
style="@style/InfoItem.About"
|
||||||
|
app:sLeftTextString="@string/about_item_add_telegram_group" />
|
||||||
|
|
||||||
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
||||||
style="@style/InfoItem.AboutWithBtn"
|
style="@style/InfoItem.AboutWithBtn"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
@ -211,7 +212,8 @@
|
|||||||
android:id="@+id/copyright"
|
android:id="@+id/copyright"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="25dp"
|
android:layout_marginTop="20dp"
|
||||||
|
android:layout_marginBottom="5dp"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:textColor="@color/xui_config_color_gray_7" />
|
android:textColor="@color/xui_config_color_gray_7" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user