mirror of https://github.com/Xe/xesite_android
fix colors
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
449adf09bb
commit
057087c400
|
@ -1,8 +1,8 @@
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@color/backgroundColor"
|
android:background="@color/gruvbox_dark_bg"
|
||||||
android:focusable="auto"
|
android:focusable="auto"
|
||||||
android:padding="@dimen/widget_margin"
|
android:padding="@dimen/widget_margin"
|
||||||
android:theme="@style/ThemeOverlay.Xesite_android.AppWidgetContainer">
|
android:theme="@style/ThemeOverlay.Xesite_android.AppWidgetContainer">
|
||||||
|
@ -10,7 +10,8 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
tools:ignore="UselessParent">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -21,7 +22,8 @@
|
||||||
android:id="@+id/imageView"
|
android:id="@+id/imageView"
|
||||||
android:layout_width="92dp"
|
android:layout_width="92dp"
|
||||||
android:layout_height="75dp"
|
android:layout_height="75dp"
|
||||||
android:src="@drawable/splash" />
|
android:src="@drawable/splash"
|
||||||
|
android:contentDescription="Logo" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/article_title"
|
android:id="@+id/article_title"
|
||||||
|
@ -31,10 +33,10 @@
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginEnd="0dp"
|
android:layout_marginEnd="0dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="8dp"
|
||||||
android:background="@color/backgroundColor"
|
android:background="@color/gruvbox_dark_bg"
|
||||||
android:contentDescription="@string/appwidget_title"
|
android:contentDescription="@string/appwidget_title"
|
||||||
android:text="@string/appwidget_title"
|
android:text="@string/appwidget_title"
|
||||||
android:textColor="#3C3836"
|
android:textColor="@color/gruvbox_dark_fg"
|
||||||
android:textSize="24sp"
|
android:textSize="24sp"
|
||||||
android:textStyle="bold|italic" />
|
android:textStyle="bold|italic" />
|
||||||
|
|
||||||
|
@ -48,10 +50,12 @@
|
||||||
android:layout_marginTop="0dp"
|
android:layout_marginTop="0dp"
|
||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="8dp"
|
||||||
android:background="@color/backgroundColor"
|
android:background="@color/gruvbox_dark_bg"
|
||||||
android:contentDescription="@string/appwidget_body_preview"
|
android:contentDescription="@string/appwidget_body_preview"
|
||||||
android:text="@string/appwidget_body_preview"
|
android:text="@string/appwidget_body_preview"
|
||||||
android:textColor="#282828"
|
android:scrollHorizontally="true"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:textColor="@color/gruvbox_dark_fg"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="ThemeOverlay.Xesite_android.AppWidgetContainer" parent="">
|
<style name="ThemeOverlay.Xesite_android.AppWidgetContainer" parent="">
|
||||||
<item name="appWidgetBackgroundColor">@color/light_blue_900</item>
|
<item name="appWidgetBackgroundColor">@color/gruvbox_dark_fg</item>
|
||||||
<item name="appWidgetTextColor">@color/light_blue_200</item>
|
<item name="appWidgetTextColor">@color/gruvbox_dark_bg</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
|
@ -19,4 +19,6 @@
|
||||||
<color name="light_blue_200">#FF81D4FA</color>
|
<color name="light_blue_200">#FF81D4FA</color>
|
||||||
<color name="light_blue_600">#FF039BE5</color>
|
<color name="light_blue_600">#FF039BE5</color>
|
||||||
<color name="light_blue_900">#FF01579B</color>
|
<color name="light_blue_900">#FF01579B</color>
|
||||||
|
<color name="gruvbox_dark_bg">#FF282828</color>
|
||||||
|
<color name="gruvbox_dark_fg">#FFFBF1C7</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="ThemeOverlay.Xesite_android.AppWidgetContainer" parent="">
|
<style name="ThemeOverlay.Xesite_android.AppWidgetContainer" parent="">
|
||||||
<item name="appWidgetBackgroundColor">@color/light_blue_600</item>
|
<item name="appWidgetBackgroundColor">@color/gruvbox_dark_bg</item>
|
||||||
<item name="appWidgetTextColor">@color/light_blue_50</item>
|
<item name="appWidgetTextColor">@color/gruvbox_dark_fg</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue