Scroll view for panoramio shower.

master
Tomasz Półgrabia 2016-09-18 10:30:49 +02:00
parent aca11a6304
commit 333bc4ebaf
1 changed files with 58 additions and 49 deletions

View File

@ -5,6 +5,12 @@
android:orientation="vertical"
tools:context="pl.tpolgrabia.urbanexplorer.fragments.PanoramioShowerFragment">
<ScrollView android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView android:id="@+id/photo_container"
android:layout_width="match_parent"
android:layout_height="320dp"/>
@ -65,5 +71,8 @@
android:layout_height="wrap_content"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>