fragment_layout_lablanca_nofestivals.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. android:background="@color/background_app"
  9. android:padding="7dp"
  10. tools:ignore="Overdraw">
  11. <LinearLayout
  12. android:orientation="vertical"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:background="@drawable/section"
  16. android:layout_margin="10dp">
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="@string/lablanca_title"
  21. android:textAppearance="?android:attr/textAppearanceLarge"
  22. android:textStyle="bold"
  23. tools:layout_width="match_parent"
  24. android:background="@drawable/section_title"
  25. android:paddingBottom="4dp"
  26. android:paddingEnd="10dp"
  27. android:paddingLeft="20dp"
  28. android:paddingRight="10dp"
  29. android:paddingStart="20dp"
  30. android:paddingTop="4dp"
  31. android:textColor="@color/section_title"/>
  32. <TextView
  33. android:layout_width="fill_parent"
  34. android:layout_height="wrap_content"
  35. android:textAppearance="@android:style/TextAppearance.Medium"
  36. android:text="@string/lablanca_nofestivals"
  37. android:id="@+id/textView11"
  38. android:background="@drawable/entry"
  39. android:padding="7dp"
  40. android:layout_margin="8dp"/>
  41. </LinearLayout>
  42. </com.ivalentin.margolariak.CustomScrollView>