diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-02-28 16:03:04 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-02-28 16:03:04 -0500 |
commit | ec0175f051caeb5fc6dca32b4edaba2cc2bc4c39 (patch) | |
tree | 19530b7a83d06dcfcf7fd89296f154b210353936 /src/res/layout | |
parent | 24fd48bee4dc7c1a3d43bcedaf0f7e97247b325e (diff) |
Added option to download images
Diffstat (limited to 'src/res/layout')
-rw-r--r-- | src/res/layout/activity_auto_art.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/res/layout/activity_auto_art.xml b/src/res/layout/activity_auto_art.xml index 760a1df..3fab202 100644 --- a/src/res/layout/activity_auto_art.xml +++ b/src/res/layout/activity_auto_art.xml @@ -48,6 +48,7 @@ android:background="#beffbe" /> + <ImageView android:layout_width="match_parent" android:layout_height="match_parent" |