Loading res/layout-land/fragment_clock_picker.xml +62 −33 Original line number Diff line number Diff line Loading @@ -23,7 +23,12 @@ android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading Loading @@ -65,4 +70,28 @@ </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout> res/layout-land/fragment_grid_picker.xml +31 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,13 @@ android:orientation="vertical" android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading Loading @@ -62,4 +68,28 @@ </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout> res/layout-land/fragment_theme_picker.xml +77 −44 Original line number Diff line number Diff line Loading @@ -22,7 +22,11 @@ android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading @@ -33,7 +37,10 @@ android:layout_height="match_parent" android:layout_weight="1" android:background="@color/secondary_color"/> <View android:layout_width="1dp" android:layout_height="match_parent" android:background="@color/divider_color"/> <LinearLayout android:id="@+id/options_section" android:layout_width="0dp" Loading @@ -51,6 +58,7 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" android:paddingHorizontal="10dp"> <CheckBox android:id="@+id/use_my_wallpaper" Loading @@ -73,4 +81,29 @@ </RelativeLayout> </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout> res/layout/clock_option.xml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ android:layout_height="wrap_content" android:paddingRight="2dp" android:paddingBottom="@dimen/option_bottom_margin" android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical"> <TextView Loading res/layout/grid_option.xml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ android:layout_height="wrap_content" android:paddingRight="2dp" android:paddingBottom="@dimen/option_bottom_margin" android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical"> <TextView Loading Loading
res/layout-land/fragment_clock_picker.xml +62 −33 Original line number Diff line number Diff line Loading @@ -23,7 +23,12 @@ android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading Loading @@ -65,4 +70,28 @@ </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout>
res/layout-land/fragment_grid_picker.xml +31 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,13 @@ android:orientation="vertical" android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading Loading @@ -62,4 +68,28 @@ </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout>
res/layout-land/fragment_theme_picker.xml +77 −44 Original line number Diff line number Diff line Loading @@ -22,7 +22,11 @@ android:background="?android:colorPrimary"> <include layout="@layout/section_header"/> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/content_section" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> Loading @@ -33,7 +37,10 @@ android:layout_height="match_parent" android:layout_weight="1" android:background="@color/secondary_color"/> <View android:layout_width="1dp" android:layout_height="match_parent" android:background="@color/divider_color"/> <LinearLayout android:id="@+id/options_section" android:layout_width="0dp" Loading @@ -51,6 +58,7 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" android:paddingHorizontal="10dp"> <CheckBox android:id="@+id/use_my_wallpaper" Loading @@ -73,4 +81,29 @@ </RelativeLayout> </LinearLayout> </LinearLayout> <androidx.core.widget.ContentLoadingProgressBar android:id="@+id/loading_indicator" style="@android:style/Widget.DeviceDefault.ProgressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="200dp" android:layout_gravity="center_horizontal|top" android:indeterminate="true"/> <FrameLayout android:id="@+id/error_section" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone"> <TextView android:id="@+id/error_message" style="@style/HeaderTextAppearance" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:text="@string/something_went_wrong"/> </FrameLayout> </FrameLayout> </LinearLayout>
res/layout/clock_option.xml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ android:layout_height="wrap_content" android:paddingRight="2dp" android:paddingBottom="@dimen/option_bottom_margin" android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical"> <TextView Loading
res/layout/grid_option.xml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ android:layout_height="wrap_content" android:paddingRight="2dp" android:paddingBottom="@dimen/option_bottom_margin" android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical"> <TextView Loading