mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
plans_content.xml: use a light gray background for plans
The contrast used to be a bit too harsh.
This commit is contained in:
parent
c5ee0db526
commit
0bd83c0125
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
android:id="@+id/plans_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/bg_plan"
|
||||
android:inAnimation="@android:anim/fade_in"
|
||||
android:outAnimation="@android:anim/fade_out">
|
||||
|
||||
|
@ -24,7 +25,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:paddingTop="8dp"
|
||||
android:text="@string/plan_progress_loading"
|
||||
android:textColor="@color/fg_significant_on_dark"
|
||||
android:textColor="@color/fg_significant_on_light"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<color name="bg_position">#757575</color>
|
||||
<color name="bg_position_darkdefault">#bbbbbb</color>
|
||||
<color name="bg_highlighted_darkdefault">#ff4444</color>
|
||||
<color name="bg_plan">#ffd8d8d8</color>
|
||||
|
||||
<item name="alpha_bright_white" format="float" type="dimen">1</item>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue