Skip to content

Commit

Permalink
widget layouts
Browse files Browse the repository at this point in the history
root widget layouts must declare theme to use custom attrs
  • Loading branch information
forrestguice committed Nov 12, 2022
1 parent a7c37df commit 72cad4d
Show file tree
Hide file tree
Showing 219 changed files with 219 additions and 219 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-v11/layout_widget_1x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
style="@style/SunsetTimeWidgetFrame"
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame"
android:id="@+id/widgetframe_outer_1x1">

<AdapterViewFlipper
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
style="@style/SunsetTimeWidgetFrame"
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame"
android:id="@+id/widgetframe_outer_1x1">

<TextView
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
style="@style/SunsetTimeWidgetFrame">
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame">

<LinearLayout
style="@style/SunsetTimeWidget"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
style="@style/SunsetTimeWidgetFrame">
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame">

<LinearLayout
style="@style/SunsetTimeWidget"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/SunsetTimeWidgetFrame1">
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">

<LinearLayout
style="@style/SunsetTimeWidget" android:layout_width="match_parent" android:layout_height="match_parent"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_1">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_2">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_3">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_4">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_6">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_7">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_8">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_9">
<include layout="@layout/layout_widget_1x1_01_content" />
</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_0_align_fill.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
style="@style/SunsetTimeWidgetFrame1">
android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">

<LinearLayout
style="@style/SunsetTimeWidget" android:layout_width="match_parent" android:layout_height="match_parent"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_1">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_2">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_3">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_4">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_6">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_7">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_8">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_9">
<include layout="@layout/layout_widget_1x1_0_content" />
</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_1_align_fill.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget" android:layout_width="match_parent" android:layout_height="match_parent">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_1">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_2">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_3">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_4">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_6">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_7">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_8">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_9">
<include layout="@layout/layout_widget_1x1_1_content" />
</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with SuntimesWidget. If not, see <http://www.gnu.org/licenses/>.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_widget_1x1_2_align_fill.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget" android:layout_width="match_parent" android:layout_height="match_parent">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_1">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_2">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_3">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_4">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_6">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_7">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/SunsetTimeWidgetFrame1">
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:theme="@style/AppTheme" style="@style/SunsetTimeWidgetFrame1">
<LinearLayout android:id="@+id/widgetframe_inner" style="@style/SunsetTimeWidget_float_8">
<include layout="@layout/layout_widget_1x1_2_content" />
</LinearLayout>
Expand Down
Loading

0 comments on commit 72cad4d

Please sign in to comment.