mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-02 15:53:55 +01:00
* BugFix #2915 * Refractor ReviewActivity and ReviewImageFragment and the related layout files, to properly use the scrollview * Use ButterKnife for ViewBindings in ReviewImageFragment * updated resource id names to follow underscore notation in xml * Use menu item instead of ImageView over toolbar in ReviewActivity * use tools:replace instead of android:text for dummy texts * merge nested if's [Codacy review] * updated string review_category_yes_button_text, use textAllCaps in yes and no button in ReviewFragment * updated other strings to use non bold letters
This commit is contained in:
parent
37e9eae314
commit
bb7ab62b34
6 changed files with 221 additions and 198 deletions
9
app/src/main/res/menu/menu_review_activty.xml
Normal file
9
app/src/main/res/menu/menu_review_activty.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_image_info"
|
||||
app:showAsAction="always"
|
||||
android:title="@string/image_info"
|
||||
android:icon="@drawable/ic_info_outline_24dp"/>
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue