Scroll view for panoramio shower.
parent
aca11a6304
commit
333bc4ebaf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue