mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 10:11:58 +00:00
small design tweaks
This commit is contained in:
parent
52331dd102
commit
5cd9ad6945
3 changed files with 8 additions and 8 deletions
|
|
@ -130,7 +130,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/gray_50"
|
||||
android:textColor="@color/gray_100"
|
||||
android:gravity="center"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
android:text="@string/using_habitica_description"
|
||||
style="@style/Body2"
|
||||
android:lineSpacingExtra="3sp"
|
||||
android:textColor="@color/gray_50"
|
||||
android:textColor="@color/gray_100"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:gravity="center"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
android:layout_marginBottom="@dimen/spacing_medium"
|
||||
android:background="@drawable/support_info_lower_bg"
|
||||
android:textColor="@color/white"
|
||||
android:elevation="2dp"
|
||||
android:elevation="4dp"
|
||||
android:textAllCaps="false"
|
||||
style="@style/Subheader1"
|
||||
/>
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
android:text="@string/bugs_fixes_description"
|
||||
style="@style/Body2"
|
||||
android:lineSpacingExtra="3sp"
|
||||
android:textColor="@color/gray_50"
|
||||
android:textColor="@color/gray_100"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:gravity="center"
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
android:layout_marginBottom="@dimen/spacing_medium"
|
||||
android:background="@drawable/support_info_lower_bg"
|
||||
android:textColor="@color/white"
|
||||
android:elevation="2dp"
|
||||
android:elevation="4dp"
|
||||
android:textAllCaps="false"
|
||||
style="@style/Subheader1"
|
||||
/>
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
android:text="@string/suggestions_feedback_description"
|
||||
style="@style/Body2"
|
||||
android:lineSpacingExtra="3sp"
|
||||
android:textColor="@color/gray_50"
|
||||
android:textColor="@color/gray_100"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:gravity="center"
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
android:layout_marginEnd="@dimen/spacing_medium"
|
||||
android:layout_marginBottom="@dimen/spacing_medium"
|
||||
android:background="@drawable/support_info_lower_bg"
|
||||
android:elevation="2dp"
|
||||
android:elevation="4dp"
|
||||
android:textColor="@color/white"
|
||||
style="@style/Subheader1"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -299,7 +299,7 @@
|
|||
<item name="android:textColor">@color/gray_200</item>
|
||||
<item name="android:textAllCaps">true</item>
|
||||
<item name="android:layout_marginStart">@dimen/spacing_large</item>
|
||||
<item name="android:letterSpacing">0.1</item>
|
||||
<item name="android:letterSpacing">0.15</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomMenu">
|
||||
|
|
|
|||
Loading…
Reference in a new issue