修改了主题,增加了背景图片,提交到笔记按钮增加了一个图标
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
android:padding="14dp"
|
||||
android:background="@drawable/appbackground"
|
||||
android:backgroundTint="@color/semi_transparent_background"
|
||||
android:backgroundTintMode="src_over">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -38,7 +40,7 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="40"
|
||||
android:gravity="center_vertical"
|
||||
android:text="把内容提交到 AI,选择合适的标签"
|
||||
android:text="内容提到 AI,选择合适的标签,记录"
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -107,7 +109,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="2"
|
||||
android:textSize="12sp"
|
||||
android:text="提交到笔记服务器" />
|
||||
android:text="提交到笔记服务器"
|
||||
android:drawableRight="@drawable/icon_with_size"
|
||||
android:drawablePadding="5dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user