Robots like coffee too...
This commit is contained in:
BIN
OpenKeychain/src/main/res/drawable-hdpi/create_key_robot.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-hdpi/create_key_robot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
OpenKeychain/src/main/res/drawable-mdpi/create_key_robot.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-mdpi/create_key_robot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
OpenKeychain/src/main/res/drawable-xhdpi/create_key_robot.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xhdpi/create_key_robot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/create_key_robot.png
Normal file
BIN
OpenKeychain/src/main/res/drawable-xxhdpi/create_key_robot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -76,15 +76,30 @@
|
||||
android:layout_height="1dip"
|
||||
android:background="?android:attr/listDivider" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:text="Creating the key can take up to 3 Minutes, be patient!\n(3 subkeys, RSA, 4096 bit)"
|
||||
android:textColor="@color/result_red"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:id="@+id/textView" />
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/imageView"
|
||||
android:src="@drawable/create_key_robot"
|
||||
android:layout_gravity="center_vertical" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:text="Creating a key may take a while, have a cup of coffee in the meantime…\n(3 subkeys, RSA, 4096 bit)"
|
||||
android:textColor="@color/android_green_dark"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:id="@+id/textView" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingBottom="4dp"
|
||||
android:background="@color/result_purple">
|
||||
android:background="@color/android_purple_light">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:minWidth="10dp"
|
||||
android:background="@color/result_green" />
|
||||
android:background="@color/android_green_light" />
|
||||
|
||||
<TableLayout
|
||||
android:layout_width="0dp"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:minWidth="10dp"
|
||||
android:background="@color/result_green" />
|
||||
android:background="@color/android_green_light" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
|
||||
@@ -10,8 +10,14 @@
|
||||
<color name="holo_gray_light">#33999999</color>
|
||||
<color name="holo_gray_bright">#33CCCCCC</color>
|
||||
|
||||
<color name="result_red">#ffff4444</color>
|
||||
<color name="result_orange">#ffffbb33</color>
|
||||
<color name="result_green">#ff99cc00</color>
|
||||
<color name="result_purple">#aa66cc</color>
|
||||
<!-- http://developer.android.com/design/style/color.html -->
|
||||
<color name="android_red_light">#ffff4444</color>
|
||||
<color name="android_red_dark">#ffCC0000</color>
|
||||
<color name="android_orange_light">#ffffbb33</color>
|
||||
<color name="android_orange_dark">#ffFF8800</color>
|
||||
<color name="android_green_light">#ff99cc00</color>
|
||||
<color name="android_green_dark">#ff669900</color>
|
||||
<color name="android_purple_light">#ffaa66cc</color>
|
||||
<color name="android_purple_dark">#ff9933CC</color>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user