Skip to content

Commit

Permalink
tweak empty state and intro appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Nov 30, 2020
1 parent fded42d commit cfebe62
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions AuthenticatorPro/Resources/layout/activityMain.axml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
android:layout_height="match_parent">

<ImageView
android:layout_width="76dp"
android:layout_height="76dp"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_gravity="center"
android:src="@drawable/ic_lock_open" />

Expand All @@ -83,7 +83,8 @@
android:layout_marginTop="22dp"
android:lineSpacingExtra="10dp"
android:gravity="center_horizontal"
android:textAppearance="?attr/textAppearanceBody2"
android:textSize="14dp"
android:textColor="?attr/secondaryTextColor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/noAuthenticatorsMessage" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
android:layout_below="@id/appBarLayout">

<ImageView
android:layout_width="76dp"
android:layout_height="76dp"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_gravity="center"
android:src="@drawable/ic_category" />

Expand All @@ -75,7 +75,7 @@
android:paddingRight="32dp"
android:paddingLeft="32dp"
android:layout_marginTop="22dp"
android:textSize="16dp"
android:textSize="14dp"
android:textColor="?attr/secondaryTextColor"
android:text="@string/noCategoriesMessage" />
</LinearLayout>
Expand Down
1 change: 1 addition & 0 deletions AuthenticatorPro/Resources/layout/fragmentIntroPage.axml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
android:lineSpacingExtra="10dp"
android:text="text"
android:textAppearance="?attr/textAppearanceBody2"
android:textColor="?attr/secondaryTextColor"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

Expand Down
4 changes: 2 additions & 2 deletions AuthenticatorPro/Resources/layout/sheetAssignCategories.axml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
android:layout_marginBottom="30dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16dp"
android:textColor="?attr/primaryTextColor"
android:textSize="14dp"
android:textColor="?attr/secondaryTextColor"
android:text="@string/noCategoriesMessage"/>

<com.google.android.material.chip.ChipGroup
Expand Down

0 comments on commit cfebe62

Please sign in to comment.