Skip to content

Commit

Permalink
Redefine 2FA dialog in Android 4.x and above
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Jun 18, 2023
1 parent 426e3e7 commit 3381953
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/src/main/res/layout-v11/dialog_twofactor_auth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@

<EditText
android:id="@+id/two_factor_code"
android:layout_width="match_parent"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="6dp"
android:layout_marginLeft="0dp"
android:layout_marginRight="0dp"
android:ems="10"
android:inputType="number" />
android:gravity="center_horizontal"
android:hint="@string/twofactor_hint"
android:inputType="number"
android:maxLength="6" />

</LinearLayout>

0 comments on commit 3381953

Please sign in to comment.