Scroll view for panoramio shower.
parent
aca11a6304
commit
333bc4ebaf
|
@ -5,65 +5,74 @@
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
tools:context="pl.tpolgrabia.urbanexplorer.fragments.PanoramioShowerFragment">
|
tools:context="pl.tpolgrabia.urbanexplorer.fragments.PanoramioShowerFragment">
|
||||||
|
|
||||||
<ImageView android:id="@+id/photo_container"
|
<ScrollView android:layout_width="match_parent"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
||||||
android:layout_height="320dp"/>
|
<LinearLayout android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<ImageView android:id="@+id/photo_container"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="match_parent"
|
||||||
<TextView android:layout_width="wrap_content"
|
android:layout_height="320dp"/>
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="Title: "/>
|
|
||||||
|
|
||||||
<TextView android:id="@+id/photo_title"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:layout_height="wrap_content"/>
|
<TextView android:layout_width="wrap_content"
|
||||||
</LinearLayout>
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Title: "/>
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<TextView android:id="@+id/photo_title"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="wrap_content"
|
||||||
<TextView android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
||||||
android:layout_height="wrap_content"
|
</LinearLayout>
|
||||||
android:text="Author: "/>
|
|
||||||
|
|
||||||
<TextView android:id="@+id/photo_author"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:layout_height="wrap_content"/>
|
<TextView android:layout_width="wrap_content"
|
||||||
</LinearLayout>
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Author: "/>
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<TextView android:id="@+id/photo_author"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="wrap_content"
|
||||||
<TextView android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
||||||
android:layout_height="wrap_content"
|
</LinearLayout>
|
||||||
android:text="Upload date: "/>
|
|
||||||
|
|
||||||
<TextView android:id="@+id/photo_upload"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:layout_height="wrap_content"/>
|
<TextView android:layout_width="wrap_content"
|
||||||
</LinearLayout>
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Upload date: "/>
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<TextView android:id="@+id/photo_upload"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="wrap_content"
|
||||||
<TextView android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
||||||
android:layout_height="wrap_content"
|
</LinearLayout>
|
||||||
android:text="Location: "/>
|
|
||||||
|
|
||||||
<TextView android:id="@+id/photo_location"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:layout_height="wrap_content"
|
<TextView android:layout_width="wrap_content"
|
||||||
android:textColor="@color/blue" />
|
android:layout_height="wrap_content"
|
||||||
</LinearLayout>
|
android:text="Location: "/>
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<TextView android:id="@+id/photo_location"
|
||||||
android:layout_height="wrap_content">
|
android:layout_width="wrap_content"
|
||||||
<TextView android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:textColor="@color/blue" />
|
||||||
android:text="Panoramio url"/>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView android:id="@+id/photo_url"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:layout_height="wrap_content"/>
|
<TextView android:layout_width="wrap_content"
|
||||||
</LinearLayout>
|
android:layout_height="wrap_content"
|
||||||
|
android:text="Panoramio url"/>
|
||||||
|
|
||||||
|
<TextView android:id="@+id/photo_url"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue