Skip to content
Merged
Prev Previous commit
Next Next commit
fix: apply suggestion
set textIsSelectable to false
  • Loading branch information
mgmix committed Apr 25, 2023
commit 38ded6778699dad2d08f5ec73f328c9a8a8d9486
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:paddingTop="24dp"
android:paddingBottom="20dp"
android:textColor="@color/black_text"
android:textIsSelectable="true"
android:textIsSelectable="false"
android:textSize="@dimen/huge_text_size" />

<TextView
Expand All @@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:paddingBottom="28dp"
android:textColor="@color/grey_text"
android:textIsSelectable="true"
android:textIsSelectable="false"
android:textSize="@dimen/medium_text_size"
android:textStyle="normal" />
</LinearLayout>