Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3428b6d authored by Suphon Thanakornpakapong's avatar Suphon Thanakornpakapong
Browse files

Remove dark stripe from weather widget title

parent 895bed6f
Loading
Loading
Loading
Loading
Loading
+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>
+4 −5
Original line number Diff line number Diff line
@@ -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"
@@ -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"