Skip to content

Commit

Permalink
Fix signing methods design
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Oct 31, 2024
1 parent 4a74e42 commit 56980b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static AppCompatTextView getTextInputLayoutAppCompatTextView(TextInputLay

public static void setTextViewSizeInContainer(TextView textView) {
textView.setAutoSizeTextTypeUniformWithConfiguration(
1, 16, 1, TypedValue.COMPLEX_UNIT_DIP);
1, 14, 1, TypedValue.COMPLEX_UNIT_DIP);
textView.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
@Override
public void onGlobalLayout() {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/signature_update_nfc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:layout_height="wrap_content"
android:gravity="start"
android:layout_marginTop="20dp"
android:minHeight="@dimen/material_baseline_grid_6x"
android:minHeight="@dimen/material_baseline_grid_2x"
android:importantForAccessibility="no"
android:text="@string/signature_update_nfc_can" />

Expand Down Expand Up @@ -90,7 +90,7 @@
android:layout_height="wrap_content"
android:gravity="start"
android:layout_marginTop="40dp"
android:minHeight="@dimen/material_baseline_grid_6x"
android:minHeight="@dimen/material_baseline_grid_2x"
android:importantForAccessibility="no"
android:text="@string/signature_update_nfc_pin2" />

Expand Down

0 comments on commit 56980b0

Please sign in to comment.