diff --git a/android/res/layout/article_album_element.xml b/android/res/layout/article_album_element.xml index 39bf573..125ffd5 100644 --- a/android/res/layout/article_album_element.xml +++ b/android/res/layout/article_album_element.xml @@ -9,6 +9,20 @@ android:paddingTop="4dp" android:showDividers="middle" > + + + + - - diff --git a/android/res/layout/article_photo_element.xml b/android/res/layout/article_photo_element.xml index 1730d6c..392d5f3 100644 --- a/android/res/layout/article_photo_element.xml +++ b/android/res/layout/article_photo_element.xml @@ -11,12 +11,16 @@ + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" /> + android:gravity="center_horizontal" + android:text="TextView" + android:textSize="18sp" + android:textStyle="bold" /> diff --git a/android/res/layout/fragment_article_page.xml b/android/res/layout/fragment_article_page.xml index 2a11301..cb37c70 100644 --- a/android/res/layout/fragment_article_page.xml +++ b/android/res/layout/fragment_article_page.xml @@ -7,6 +7,9 @@ android:orientation="vertical" tools:context="fishrungames.bashgid.MainPageFragment" > + + + + + diff --git a/android/res/layout/fragment_catalog_page.xml b/android/res/layout/fragment_catalog_page.xml new file mode 100644 index 0000000..64bfe3c --- /dev/null +++ b/android/res/layout/fragment_catalog_page.xml @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/android/res/layout/fragment_news_page.xml b/android/res/layout/fragment_news_page.xml index 6508282..0c2b6bc 100644 --- a/android/res/layout/fragment_news_page.xml +++ b/android/res/layout/fragment_news_page.xml @@ -7,6 +7,7 @@ android:orientation="vertical" tools:context="fishrungames.bashgid.MainPageFragment" > + + + + diff --git a/android/res/layout/fragment_osm_map_page.xml b/android/res/layout/fragment_osm_map_page.xml index 86d34cf..c995b62 100644 --- a/android/res/layout/fragment_osm_map_page.xml +++ b/android/res/layout/fragment_osm_map_page.xml @@ -9,6 +9,17 @@ android:paddingRight="0dp" android:paddingTop="0dp" tools:context="fishrungames.bashgid.MapHolderFragment" > + + + + + diff --git a/android/res/layout/fragment_photo_page.xml b/android/res/layout/fragment_photo_page.xml index 3108acd..ec5e6b2 100644 --- a/android/res/layout/fragment_photo_page.xml +++ b/android/res/layout/fragment_photo_page.xml @@ -4,6 +4,14 @@ android:layout_height="match_parent" android:orientation="vertical" > + + - + + + android:gravity="bottom" + android:horizontalSpacing="12dp" + android:numColumns="4" + android:verticalSpacing="12dp" > + diff --git a/android/res/layout/fragment_video_record_page.xml b/android/res/layout/fragment_video_record_page.xml index 32535fc..b2d140d 100644 --- a/android/res/layout/fragment_video_record_page.xml +++ b/android/res/layout/fragment_video_record_page.xml @@ -5,6 +5,14 @@ android:layout_margin="6dp" android:orientation="vertical" > + + + android:layout_height="80dp" + android:layout_gravity="right" + android:layout_weight="0" + android:scaleType="centerInside" /> diff --git a/android/res/layout/main_page_list_element.xml b/android/res/layout/main_page_list_element.xml index c56db76..8702661 100644 --- a/android/res/layout/main_page_list_element.xml +++ b/android/res/layout/main_page_list_element.xml @@ -36,6 +36,12 @@ + + + + + android:contentDescription="@string/news_content_description" + android:maxWidth="40dp" + android:scaleType="centerInside" />