Merge branch 'master' of C:\Users\wds81\StudioProjects\NavinfoOutDoorDataCollect with conflicts.
This commit is contained in:
14
app/src/main/res/layout/details_imageshow_item.xml
Normal file
14
app/src/main/res/layout/details_imageshow_item.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/full_image_root"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#F8F7F7" >
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/full_image"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:scaleType="fitCenter" />
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user