mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Updating the widget error view
Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 794 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -15,15 +15,12 @@
|
||||
-->
|
||||
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="10dip"
|
||||
android:paddingBottom="10dip"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/bg_appwidget_error"
|
||||
android:elevation="2dp"
|
||||
android:background="@drawable/quantum_panel_dark"
|
||||
android:textAppearance="?android:attr/textAppearanceMediumInverse"
|
||||
android:textColor="@color/appwidget_error_color"
|
||||
android:textColor="@color/widgets_view_item_text_color"
|
||||
android:text="@string/gadget_error_text"
|
||||
/>
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
|
||||
<color name="focused_background">#80c6c5c5</color>
|
||||
|
||||
<color name="appwidget_error_color">#FCCC</color>
|
||||
|
||||
<color name="workspace_icon_text_color">#FFF</color>
|
||||
|
||||
<color name="quantum_panel_text_color">#FF666666</color>
|
||||
|
||||
Reference in New Issue
Block a user