| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- <?xml version="1.0" encoding="utf-8"?>
- <com.ivalentin.margolariak.CustomScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/scrollView3"
- tools:ignore="Overdraw">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:padding="10dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/section"
- android:orientation="vertical"
- >
- <TextView
- android:id="@+id/textView4"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/section_title"
- android:paddingBottom="4dp"
- android:paddingEnd="10dp"
- android:paddingLeft="20dp"
- android:paddingRight="10dp"
- android:paddingStart="20dp"
- android:paddingTop="4dp"
- android:text="@string/lablanca_title"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textColor="@color/section_title"
- android:textStyle="bold"
- tools:layout_width="match_parent"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_margin="8dp"
- android:background="@drawable/entry"
- android:orientation="vertical"
- android:padding="7dp">
- <TextView
- android:id="@+id/tv_lablanca_nofestivals"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="15dp"
- android:text="@string/lablanca_nofestivals"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="true"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_1_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_1"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_2_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_2"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_3_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_3"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_4_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_4"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_5_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_5"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_6_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_6"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_7_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_7"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="15dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:layout_marginStart="10dp"
- android:layout_marginTop="5dp"
- android:adjustViewBounds="false"
- android:baselineAlignBottom="false"
- android:minHeight="15dp"
- android:minWidth="15dp"
- android:src="@drawable/ul"
- app:srcCompat="@drawable/ul"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textView2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/lablanca_nofestivals_8_title"
- android:textColor="#001133"
- android:textSize="20sp"
- android:textStyle="bold"/>
- <TextView
- android:id="@+id/textView3"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginStart="10dp"
- android:text="@string/lablanca_nofestivals_8"
- android:textAppearance="@android:style/TextAppearance.Medium"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </com.ivalentin.margolariak.CustomScrollView>
|