mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Loads and displays default or English description, and categories. No caching of this info yet. Scrollable pane is a ListView, with the title/desc/category label in a 'header' view along with a spacer view. The height of the spacer is set dynamically to the height of the total fragment minus 48dp, giving room for an initially-visible title section and a little spillover so you can see it's scrollable. Clicking on a category in the cats list opens the category page in an external web browser. In the future this should open the category within the app, but we don't have a per-cat view yet. Description and category list are not yet editable. GitHub: https://github.com/wikimedia/apps-android-commons/pull/41 Change-Id: I46d0a77481dbe64a268a72f3efe49ae72168541f |
||
|---|---|---|
| .. | ||
| activity_about.xml | ||
| activity_contributions.xml | ||
| activity_login.xml | ||
| activity_multiple_uploads.xml | ||
| activity_post_upload.xml | ||
| activity_share.xml | ||
| activity_welcome.xml | ||
| detail_category_item.xml | ||
| detail_main_panel.xml | ||
| fragment_categorization.xml | ||
| fragment_contributions.xml | ||
| fragment_media_detail.xml | ||
| fragment_media_detail_pager.xml | ||
| fragment_multiple_uploads_list.xml | ||
| fragment_single_upload.xml | ||
| layout_categories_item.xml | ||
| layout_contribution.xml | ||
| layout_upload_item.xml | ||
| login.xml | ||
| welcome_copyright.xml | ||
| welcome_final.xml | ||
| welcome_wikipedia.xml | ||