Skip to content

Commit

Permalink
Update Wifi direct UI tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Dec 4, 2024
1 parent 1def181 commit 322e1aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/res/layout/wifi_direct_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<org.commcare.views.SquareButtonWithText
android:id="@+id/send"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="@dimen/content_min_margin"
Expand All @@ -110,7 +110,7 @@
<org.commcare.views.SquareButtonWithText
android:id="@+id/discover"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="@dimen/content_min_margin"
Expand All @@ -122,19 +122,19 @@
<org.commcare.views.SquareButtonWithText
android:id="@+id/submit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="@dimen/content_min_margin"
SquareButtonWithText:backgroundColor="@color/orange_500"
SquareButtonWithText:backgroundColor="@color/cc_dark_warm_accent_color"
SquareButtonWithText:img="@drawable/wifi_direct_submit"
SquareButtonWithText:subtitle=""
SquareButtonWithText:textColor="@color/white"/>

<org.commcare.views.SquareButtonWithText
android:id="@+id/mode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_margin="4dp"
android:layout_weight="1"
android:padding="@dimen/content_min_margin"
Expand Down
2 changes: 1 addition & 1 deletion app/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<color name="cc_light_cool_accent_text">#00799A</color>

<!-- Dark Warm Accent -->
<color name="cc_dark_warm_accent_color">#FF8400</color>
<color name="cc_dark_warm_accent_color">#FEAF31</color>
<color name="cc_dark_warm_accent_bg">#FFE3C2</color>
<color name="cc_dark_warm_accent_text">#994f00</color>

Expand Down

0 comments on commit 322e1aa

Please sign in to comment.