Loading app/src/main/res/drawable/item_widget_round_corner.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@color/dark_grey_44"/> <corners android:radius="12dp"/> </shape> app/src/main/res/layout/layout_weather_info.xml +4 −5 Original line number Diff line number Diff line Loading @@ -6,12 +6,12 @@ android:layout_marginBottom="8dp" android:clipChildren="true" android:clipToPadding="true" android:orientation="vertical"> android:orientation="vertical" android:background="@drawable/item_widget_round_corner"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/item_widget_top_round_corner"> android:layout_height="wrap_content"> <TextView android:layout_width="match_parent" Loading @@ -36,8 +36,7 @@ <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/item_widget_bottom_round_corner"> android:layout_height="match_parent"> <TextView android:id="@+id/weather_setup_textview" Loading Loading
app/src/main/res/drawable/item_widget_round_corner.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@color/dark_grey_44"/> <corners android:radius="12dp"/> </shape>
app/src/main/res/layout/layout_weather_info.xml +4 −5 Original line number Diff line number Diff line Loading @@ -6,12 +6,12 @@ android:layout_marginBottom="8dp" android:clipChildren="true" android:clipToPadding="true" android:orientation="vertical"> android:orientation="vertical" android:background="@drawable/item_widget_round_corner"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/item_widget_top_round_corner"> android:layout_height="wrap_content"> <TextView android:layout_width="match_parent" Loading @@ -36,8 +36,7 @@ <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/item_widget_bottom_round_corner"> android:layout_height="match_parent"> <TextView android:id="@+id/weather_setup_textview" Loading