Remove empty layout
This commit is contained in:
@@ -36,50 +36,6 @@
|
||||
android:text="@string/key_list_empty_text1"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text=""
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/key_list_empty_text2"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/key_list_empty_button_create"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/key_list_empty_button_create"
|
||||
android:drawableLeft="@drawable/ic_action_new_account"
|
||||
android:drawablePadding="8dp"
|
||||
android:background="@drawable/button_edgy" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/key_list_empty_text3"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/key_list_empty_button_import"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="4dp"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/key_list_empty_button_import"
|
||||
android:drawableLeft="@drawable/ic_action_collection"
|
||||
android:drawablePadding="8dp"
|
||||
android:background="@drawable/button_edgy" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</org.sufficientlysecure.keychain.ui.widget.ListAwareSwipeRefreshLayout>
|
||||
@@ -506,11 +506,7 @@
|
||||
<item quantity="other">"%d keys selected."</item>
|
||||
</plurals>
|
||||
|
||||
<string name="key_list_empty_text1">"No keys available yet…"</string>
|
||||
<string name="key_list_empty_text2">"You can start by"</string>
|
||||
<string name="key_list_empty_text3">"or"</string>
|
||||
<string name="key_list_empty_button_create">"creating your own key"</string>
|
||||
<string name="key_list_empty_button_import">"importing an existing key."</string>
|
||||
<string name="key_list_empty_text1">"No keys found!"</string>
|
||||
<string name="key_list_filter_show_all">"Show all keys"</string>
|
||||
<string name="key_list_filter_show_certified">"Show certified keys only"</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user