mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
multi-decrypt: switch to cardview
This commit is contained in:
parent
a48de4cd84
commit
c8790f404a
@ -1,18 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout
|
<android.support.v7.widget.CardView
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
||||||
|
android:id="@+id/card_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/attachment_bg_holo"
|
android:layout_margin="4dp"
|
||||||
android:paddingTop="4dp"
|
card_view:cardBackgroundColor="@android:color/white"
|
||||||
android:paddingBottom="4dp"
|
card_view:cardElevation="2dp"
|
||||||
android:paddingRight="8dp"
|
card_view:cardUseCompatPadding="true"
|
||||||
android:paddingLeft="8dp"
|
card_view:cardCornerRadius="4dp" >
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
|
||||||
|
|
||||||
<ViewAnimator
|
<ViewAnimator
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:paddingBottom="4dp"
|
||||||
|
android:paddingRight="8dp"
|
||||||
|
android:paddingLeft="8dp"
|
||||||
android:inAnimation="@anim/fade_in"
|
android:inAnimation="@anim/fade_in"
|
||||||
android:outAnimation="@anim/fade_out"
|
android:outAnimation="@anim/fade_out"
|
||||||
android:id="@+id/view_animator">
|
android:id="@+id/view_animator">
|
||||||
@ -234,4 +240,4 @@
|
|||||||
|
|
||||||
</ViewAnimator>
|
</ViewAnimator>
|
||||||
|
|
||||||
</LinearLayout>
|
</android.support.v7.widget.CardView>
|
Loading…
Reference in New Issue
Block a user