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

fragment_gallery.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e09892448d08c10b730c6374df19da478bc0a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:tools="http://schemas.android.com/tools"
              android:orientation="vertical"
              android:layout_width="match_parent"
              android:layout_height="match_parent">

  <android.support.v7.widget.RecyclerView
    android:id="@+id/rv__gallery"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingLeft="@dimen/margin_half"
    android:paddingRight="@dimen/margin_half"
    android:paddingTop="@dimen/margin_half_plus"
    tools:listitem="@layout/item_image"/>
</LinearLayout>