From 50ad7f0ae89fc52ce57fe03328f4221fb57f2eac Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Jul 2017 23:26:34 -0700 Subject: Fully implement imagepicker and create play store showcase (#12) * Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity --- imagepicker/src/main/res/layout/kau_activity_image_picker.xml | 1 + imagepicker/src/main/res/layout/kau_iitem_image_basic.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 imagepicker/src/main/res/layout/kau_iitem_image_basic.xml (limited to 'imagepicker/src/main/res/layout') diff --git a/imagepicker/src/main/res/layout/kau_activity_image_picker.xml b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml index 5b0300d..6d991b0 100644 --- a/imagepicker/src/main/res/layout/kau_activity_image_picker.xml +++ b/imagepicker/src/main/res/layout/kau_activity_image_picker.xml @@ -4,6 +4,7 @@ android:id="@+id/kau_coordinator" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="?android:colorBackground" android:fitsSystemWindows="true"> + \ No newline at end of file -- cgit v1.2.3