fragment_layout_lablanca_nofestivals.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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:padding="7dp">
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:textAppearance="?android:attr/textAppearanceLarge"
  21. android:text="@string/lablanca_title"
  22. android:id="@+id/textView10"
  23. android:textStyle="bold"/>
  24. <TextView
  25. android:layout_width="fill_parent"
  26. android:layout_height="wrap_content"
  27. android:textAppearance="@android:style/TextAppearance.Medium"
  28. android:text="@string/lablanca_nofestivals"
  29. android:id="@+id/textView11"
  30. android:background="@drawable/entry"
  31. android:padding="7dp"/>
  32. </LinearLayout>
  33. </com.ivalentin.margolariak.CustomScrollView>