2016-10-05 20:47:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-07-23 21:55:17 +02:00
|
|
|
<RelativeLayout
|
2016-10-05 20:47:58 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-10-06 20:09:24 +02:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-07-23 21:55:17 +02:00
|
|
|
android:id="@+id/activity_set_wallpaper_holder"
|
2016-10-05 20:47:58 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-07-23 21:55:17 +02:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<com.theartofdev.edmodo.cropper.CropImageView
|
|
|
|
android:id="@+id/crop_image_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:cropBackgroundColor="@color/crop_image_view_background"
|
|
|
|
app:cropInitialCropWindowPaddingRatio="0"/>
|
|
|
|
|
|
|
|
<include
|
|
|
|
android:id="@+id/bottom_set_wallpaper_actions"
|
|
|
|
layout="@layout/bottom_set_wallpaper_actions"/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|