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

place_page_rating_records.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b876ba4ef3620cd6040eaff1a9b22326ae0421a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:background="?cardBackground"
  android:orientation="vertical"
  tools:showIn="@layout/place_page_ugc">
  <View
    android:layout_width="match_parent"
    android:layout_height="@dimen/divider_height"
    android:layout_marginLeft="@dimen/margin_base"
    android:layout_marginStart="@dimen/margin_base"
    android:background="?dividerHorizontal"/>
  <android.support.v7.widget.RecyclerView
    android:id="@+id/rv__summary_rating_records"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingLeft="@dimen/margin_base"
    android:paddingStart="@dimen/margin_base"
    android:paddingRight="@dimen/margin_base"
    android:paddingEnd="@dimen/margin_base"
    android:paddingTop="@dimen/margin_half_plus"
    android:paddingBottom="@dimen/margin_half_plus"
    tools:listitem="@layout/item_ugc_rating_record"/>
</LinearLayout>