Skip to content

Commit

Permalink
Made OID selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 20, 2024
1 parent 7535c47 commit c4239d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/dialog_certificate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
android:text="1.2.840.113549.1.1.11"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:textColorPrimary"
android:textIsSelectable="true"
android:textSize="10sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvAlgorithm" />
Expand Down Expand Up @@ -229,6 +230,7 @@
android:text="1.2.840.113549.1.1.11"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:textColorPrimary"
android:textIsSelectable="true"
android:textSize="10sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvKeyAlgorithm" />
Expand Down

0 comments on commit c4239d1

Please sign in to comment.