fragment_layout_lablanca_nofestivals.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.ivalentin.margolariak.CustomScrollView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="fill_parent"
  6. android:layout_height="wrap_content"
  7. android:id="@+id/scrollView3"
  8. tools:ignore="Overdraw">
  9. <LinearLayout
  10. android:orientation="vertical"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:background="@drawable/section"
  14. android:layout_margin="10dp">
  15. <TextView
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content"
  18. android:text="@string/lablanca_title"
  19. android:textAppearance="?android:attr/textAppearanceLarge"
  20. android:textStyle="bold"
  21. tools:layout_width="match_parent"
  22. android:background="@drawable/section_title"
  23. android:paddingBottom="4dp"
  24. android:paddingEnd="10dp"
  25. android:paddingLeft="20dp"
  26. android:paddingRight="10dp"
  27. android:paddingStart="20dp"
  28. android:paddingTop="4dp"
  29. android:textColor="@color/section_title"/>
  30. <TextView
  31. android:layout_width="fill_parent"
  32. android:layout_height="wrap_content"
  33. android:textAppearance="@android:style/TextAppearance.Medium"
  34. android:text="@string/lablanca_nofestivals"
  35. android:id="@+id/textView11"
  36. android:background="@drawable/entry"
  37. android:padding="7dp"
  38. android:layout_margin="8dp"/>
  39. </LinearLayout>
  40. </com.ivalentin.margolariak.CustomScrollView>