diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-29 16:42:16 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-04-30 16:26:23 +0000 |
| commit | 4c23fea682e32fbcfe8dc75b036df2ee363a1dd2 (patch) | |
| tree | 81c25059e8c64e847c6c3c31a3f2090825885d0d /android/src/main/res/layout | |
| parent | 882423e3c8de73141ec7cadaf45e2f52f9ee5354 (diff) | |
| download | mullvadvpn-4c23fea682e32fbcfe8dc75b036df2ee363a1dd2.tar.xz mullvadvpn-4c23fea682e32fbcfe8dc75b036df2ee363a1dd2.zip | |
Copy account token to clipboard when clicked
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/welcome.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/android/src/main/res/layout/welcome.xml b/android/src/main/res/layout/welcome.xml index 88e8c5d39c..521bfc4dff 100644 --- a/android/src/main/res/layout/welcome.xml +++ b/android/src/main/res/layout/welcome.xml @@ -55,8 +55,10 @@ <TextView android:id="@+id/account_number" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginHorizontal="24dp" - android:layout_marginVertical="11dp" + android:paddingHorizontal="24dp" + android:paddingVertical="11dp" + android:clickable="true" + android:background="?android:attr/selectableItemBackground" android:textColor="@color/white" android:textSize="24sp" android:textStyle="bold" |
