Skip to content

Commit

Permalink
keyspace: logins: make it searchable layout
Browse files Browse the repository at this point in the history
- reason behind it is simple like a normal person we will see first what
  site the 2fa is needed for then we go the email for which it is needed
  then we go with the 2fa. from top hierarchy prespective.
  • Loading branch information
hpnightowl committed Feb 28, 2023
1 parent 42459d2 commit a22908b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/src/main/res/layout/login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
android:orientation="vertical"
android:paddingVertical="7.5dp">

<TextView
android:id="@+id/mfaText"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:alwaysDrawnWithCache="false"
android:animationCache="false"
android:drawingCacheQuality="low"
android:gravity="center|start"
android:paddingHorizontal="8dp"
android:text="@string/_123_456"
android:textSize="32sp"
android:textStyle="normal" />

<TextView
android:id="@+id/SiteName"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -107,6 +94,19 @@
android:visibility="visible"
app:drawableStartCompat="@drawable/ic_baseline_account_circle_24" />

<TextView
android:id="@+id/mfaText"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:alwaysDrawnWithCache="false"
android:animationCache="false"
android:drawingCacheQuality="low"
android:gravity="center|start"
android:paddingHorizontal="8dp"
android:text="@string/_123_456"
android:textSize="32sp"
android:textStyle="normal" />

</LinearLayout>

</LinearLayout>
Expand Down

0 comments on commit a22908b

Please sign in to comment.