Updating the widget error view

Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
This commit is contained in:
Sunny Goyal
2015-05-19 11:42:45 -07:00
parent 2bba4c37c6
commit 096e4d5355
5 changed files with 5 additions and 10 deletions

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

View File

@@ -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"
/>

View File

@@ -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>