Removing scrolling pane for panoramio image preview fragment

master
Tomasz Półgrabia 2016-10-22 23:11:11 +02:00
parent 3f4f0a70d0
commit 9638e94c16
1 changed files with 56 additions and 63 deletions

View File

@ -5,15 +5,11 @@
android:orientation="vertical" android:orientation="vertical"
tools:context="pl.tpolgrabia.urbanexplorer.fragments.PanoramioShowerFragment"> 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="wrap_content"
android:orientation="vertical">
<ImageView android:id="@+id/photo_container" <ImageView android:id="@+id/photo_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="320dp"/> android:layout_height="0dp"
android:layout_weight="1"/>
<LinearLayout android:layout_width="match_parent" <LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
@ -72,7 +68,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</ScrollView>
</LinearLayout>