Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 105270a3 authored by roldenburg's avatar roldenburg Committed by Copybara-Service
Browse files

Allow selecting IMEI/MEID text

Bug: 73821574
Test: manual
PiperOrigin-RevId: 187096752
Change-Id: I2ac254523582958084f4ebbe1b324c406c2e86f5
parent f068a1d5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@
      android:id="@+id/deviceid_hex"
      style="@style/DeviceIdBody"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"/>
      android:layout_height="wrap_content"
      android:textIsSelectable="true"/>
  <TextView
      android:id="@+id/deviceid_dec_label"
      style="@style/DeviceIdBody"
@@ -40,7 +41,8 @@
      android:id="@+id/deviceid_dec"
      style="@style/DeviceIdBody"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"/>
      android:layout_height="wrap_content"
      android:textIsSelectable="true"/>
  <ImageView
      android:id="@+id/deviceid_barcode"
      android:layout_width="match_parent"