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

Commit 2a69494c authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '2011-t-widget_text' into 'v1-t'

Fix text in dialog while adding a widget

See merge request !89
parents deba37d1 9fbed5ce
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,18 +26,21 @@
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:minHeight="48dp"
            android:textColor="@color/e_primary_text_color"
            android:text="@string/widget_type_album"/>
    <RadioButton android:id="@+id/widget_type_photo"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:minHeight="48dp"
            android:textColor="@color/e_primary_text_color"
            android:text="@string/widget_type_photo"/>
    <RadioButton android:id="@+id/widget_type_shuffle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:minHeight="48dp"
            android:textColor="@color/e_primary_text_color"
            android:text="@string/widget_type_shuffle"/>
    <View android:layout_width="match_parent"
            android:layout_height="1dp"