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

Commit d64844f4 authored by roldenburg's avatar roldenburg Committed by android-build-merger
Browse files

Merge "Allow selecting IMEI/MEID text"

am: 5800262b

Change-Id: I31e89561466f7586e89f49e5110ff56a3ed262ad
parents ecc4791e 5800262b
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"