From c22bee5665b32da0c551c404a89e4e8d306ef147 Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Mon, 10 Apr 2023 11:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8C=87=E9=87=9D=E6=96=B9?= =?UTF-8?q?=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/drawable/img_hour_hand.xml | 4 ++-- app/src/main/res/drawable/img_minute_hand.xml | 4 ++-- .../main/res/layout/i_o_s_clock_widget.xml | 9 +++++++- .../res/layout/i_o_s_clock_widget_old.xml | 22 ------------------- app/src/main/res/values/strings.xml | 6 ++--- 5 files changed, 15 insertions(+), 30 deletions(-) delete mode 100644 app/src/main/res/layout/i_o_s_clock_widget_old.xml diff --git a/app/src/main/res/drawable/img_hour_hand.xml b/app/src/main/res/drawable/img_hour_hand.xml index c5f59aa..ddf4861 100644 --- a/app/src/main/res/drawable/img_hour_hand.xml +++ b/app/src/main/res/drawable/img_hour_hand.xml @@ -10,7 +10,7 @@ @@ -21,7 +21,7 @@ diff --git a/app/src/main/res/drawable/img_minute_hand.xml b/app/src/main/res/drawable/img_minute_hand.xml index 0cb609a..f53cf73 100644 --- a/app/src/main/res/drawable/img_minute_hand.xml +++ b/app/src/main/res/drawable/img_minute_hand.xml @@ -10,7 +10,7 @@ @@ -21,7 +21,7 @@ diff --git a/app/src/main/res/layout/i_o_s_clock_widget.xml b/app/src/main/res/layout/i_o_s_clock_widget.xml index 0a3f71f..43b8fc9 100644 --- a/app/src/main/res/layout/i_o_s_clock_widget.xml +++ b/app/src/main/res/layout/i_o_s_clock_widget.xml @@ -22,5 +22,12 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" - android:layout_marginBottom="5dp" /> + android:layout_marginBottom="5dp" + android:shadowColor="#000000" + android:shadowDx="1" + android:shadowDy="1" + android:shadowRadius="4" + android:text="時鐘" + android:textColor="@color/white" + android:textSize="12sp" /> \ No newline at end of file diff --git a/app/src/main/res/layout/i_o_s_clock_widget_old.xml b/app/src/main/res/layout/i_o_s_clock_widget_old.xml deleted file mode 100644 index 3e1f7be..0000000 --- a/app/src/main/res/layout/i_o_s_clock_widget_old.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 47f54e2..59acc87 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ iOS Clock Widget - EXAMPLE - Add widget - This is an app widget description + 時鐘 + iOS 小時鐘 + iOS 風格小時鐘 Widget \ No newline at end of file