mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* Changed hardcoded "More" to getStrings(R.string.more) for Unlogged user - MainActivity toolbar showed "More" when clicked on More options in other language than English * Changed hardcoded "More" to getStrings(R.string.more) for Logged user - MainActivity toolbar showed "More" when clicked on More options in other language than English * Added test for: MainActivity.setUpPager * Pasted text is now unformatted for caption and description * Removed other branch contribution * Added test * Rename .java to .kt * Test from Java to Kotlin; +small fix * PasteSensitiveTextInputEditTextTest - updated
64 lines
3.2 KiB
XML
64 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="mainBackground" format="reference"/>
|
|
<attr name="semitransparentText" format="reference"/>
|
|
<attr name="subBackground" format="reference"/>
|
|
<attr name="fragmentCategorisationBackground" format="reference"/>
|
|
<attr name="buttonBackground" format="reference"/>
|
|
<attr name="uploadOverlayBackground" format="reference"/>
|
|
<attr name="spinnerTheme" format="reference"/>
|
|
<attr name="iconsTheme" format="reference"/>
|
|
<attr name="bottomBar" format="reference"/>
|
|
<attr name="buttonBackgroundFocused" format="reference"/>
|
|
<attr name="buttonBackgroundPressed" format="reference"/>
|
|
<attr name="buttonFocused" format="reference"/>
|
|
<attr name="buttonPressed" format="reference"/>
|
|
<attr name="textDisabled" format="reference"/>
|
|
<attr name="textEnabled" format="reference"/>
|
|
<attr name="bookmarkButtonColor" format="reference"/>
|
|
<attr name="rowButtonColor" format="reference"/>
|
|
<attr name="reviewHeading" format="reference"/>
|
|
|
|
<attr name="contributionsListBackground" format="reference"/>
|
|
<attr name="achievementBackground" format="reference"/>
|
|
<attr name="drawerHeaderBackground" format="reference"/>
|
|
<attr name="tutorialBackground" format="reference"/>
|
|
<attr name="mainTabBackground" format="reference"/>
|
|
<attr name="mainCardBackground" format="reference"/>
|
|
<attr name="mainScreenNearbyPermissionbutton" format="reference"/>
|
|
<attr name="iconInfo24" format="reference" />
|
|
<attr name="iconMap24" format="reference" />
|
|
<attr name="mediaDetailsText" format="reference" />
|
|
<attr name="mediaDetailsHeadingText" format="reference" />
|
|
<attr name="mediaDetailNominationBackground" format="reference" />
|
|
<attr name="mediaDetailSpacerColor" format="reference" />
|
|
<attr name="icon" format="reference"/>
|
|
<attr name="aboutIconsColor" format="reference"/>
|
|
<attr name="nav_tab_item_color_state" format="reference" />
|
|
<attr name="toolbar_text_color" format="reference"/>
|
|
<attr name="navbar_item_text_color" format="reference"/>
|
|
<attr name="nav_bar_background" format="reference"/>
|
|
<attr name="more_bottom_sheet_style" format="reference"/>
|
|
<attr name="more_bottom_sheet_drawable_color" format="reference"/>
|
|
<attr name="card_item_color" format="reference"/>
|
|
<attr name="notification_icon_drawable" format="reference"/>
|
|
<attr name="notification_icon_text_color" format="reference"/>
|
|
<attr name="toggle_theme" format="reference"/>
|
|
<attr name="contributionsListTextSecondary" format="reference"/>
|
|
<attr name="contributionsListTextPrimary" format="reference"/>
|
|
<attr name="menu_item_tint" format="reference"/>
|
|
<attr name="search_icon" format="reference"/>
|
|
<attr name="caption_description_text_color" format="reference" />
|
|
<attr name="custom_selector_done" format="reference"/>
|
|
<attr name="custom_selector_back" format="reference"/>
|
|
|
|
<declare-styleable name="Badge">
|
|
<attr name="boundary" format="color"/>
|
|
<attr name="camera" format="color"/>
|
|
<attr name="centerRegion" format="color"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="PasteSensitiveTextInputEditText">
|
|
<attr name="allowFormatting" format="boolean"/>
|
|
</declare-styleable>
|
|
</resources>
|