Rename folder structure from OpenPGP Keychain to OpenKeychain
This commit is contained in:
34
OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml
Normal file
34
OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fillViewport="true">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<view
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
class="se.emilsjolander.stickylistheaders.StickyListHeadersListView"
|
||||
android:id="@+id/list"
|
||||
android:paddingRight="32dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:layout_alignParentStart="false"
|
||||
android:layout_alignParentEnd="false"
|
||||
android:layout_below="@+id/list" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/empty_certs"
|
||||
android:id="@+id/empty"
|
||||
android:visibility="gone"
|
||||
android:layout_centerInParent="true"
|
||||
android:paddingBottom="32dp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</ScrollView>
|
||||
Reference in New Issue
Block a user