Skip to content

Commit

Permalink
Merge pull request #391 from faisalcodes/master
Browse files Browse the repository at this point in the history
Make texts selectable
  • Loading branch information
faisalcodes authored Sep 10, 2023
2 parents 0dffb34 + ecb795c commit 8926e75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/lyt_reader_verse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
android:gravity="start"
android:paddingHorizontal="15dp"
android:paddingVertical="10dp"
android:textDirection="rtl" />
android:textDirection="rtl"
android:textIsSelectable="true" />

<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/translTextSpannable"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="15dp"
android:paddingVertical="5dp" />
android:paddingVertical="5dp"
android:textIsSelectable="true" />

<View
android:id="@+id/bottomBorder"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/lyt_reader_verse_footnote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
android:paddingHorizontal="20dp"
android:paddingTop="10dp"
android:paddingBottom="@dimen/dmnPadBig"
android:textIsSelectable="true"
android:textColor="@color/colorText"
android:textSize="@dimen/dmnFootnoteSize" />
</androidx.core.widget.NestedScrollView>
Expand Down
37 changes: 0 additions & 37 deletions app/src/main/res/layout/lyt_reader_verse_translation.xml

This file was deleted.

0 comments on commit 8926e75

Please sign in to comment.