Welcome to mirror list, hosted at ThFree Co, Russian Federation.

place_page_fat_shadow.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c26f26bf34b45562ae13f827adbecf26e5327324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  tools:showIn="@layout/place_page_ugc">
  <androidx.legacy.widget.Space
    android:layout_width="match_parent"
    android:layout_height="@dimen/margin_half"/>
  <ImageView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:src="@drawable/shadow_card"
    android:scaleType="fitXY"/>
</FrameLayout>