Fix colors, change pin icon

material
Floens 11 years ago
parent dfde279d0e
commit 9c2807477d
  1. BIN
      Clover/app/src/main/res/drawable-hdpi/ic_action_make_available_offline.png
  2. BIN
      Clover/app/src/main/res/drawable-hdpi/ic_bookmark.png
  3. BIN
      Clover/app/src/main/res/drawable-mdpi/ic_action_make_available_offline.png
  4. BIN
      Clover/app/src/main/res/drawable-mdpi/ic_bookmark.png
  5. BIN
      Clover/app/src/main/res/drawable-xhdpi/ic_action_make_available_offline.png
  6. BIN
      Clover/app/src/main/res/drawable-xhdpi/ic_bookmark.png
  7. BIN
      Clover/app/src/main/res/drawable-xxhdpi/ic_action_make_available_offline.png
  8. BIN
      Clover/app/src/main/res/drawable-xxhdpi/ic_bookmark.png
  9. BIN
      Clover/app/src/main/res/drawable-xxxhdpi/ic_bookmark.png
  10. 2
      Clover/app/src/main/res/menu/base.xml
  11. 4
      Clover/app/src/main/res/values/colors.xml
  12. 4
      Clover/app/src/main/res/values/styles.xml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item <item
android:id="@+id/action_pin" android:id="@+id/action_pin"
android:icon="@drawable/ic_action_make_available_offline" android:icon="@drawable/ic_bookmark"
android:orderInCategory="2" android:orderInCategory="2"
app:showAsAction="always" app:showAsAction="always"
android:title="@string/action_pin" /> android:title="@string/action_pin" />

@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<resources> <resources>
<color name="primary">#ff43a047</color> <color name="primary">#ff4caf50</color>
<color name="primary_dark">#ff2e7d32</color> <color name="primary_dark">#ff388e3c</color>
<color name="holo_blue_dark">#ff0099cc</color> <color name="holo_blue_dark">#ff0099cc</color>

@ -21,6 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item name="colorPrimary">@color/primary</item> <item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item> <item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent_material_light</item> <item name="colorAccent">@color/accent_material_light</item>
<item name="windowActionModeOverlay">true</item>
</style> </style>
<style name="Chan.ImageView" parent="Theme.AppCompat.NoActionBar"> <style name="Chan.ImageView" parent="Theme.AppCompat.NoActionBar">
@ -38,6 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item name="post_style">@style/PostView</item> <item name="post_style">@style/PostView</item>
<item name="board_edit_item_style">@style/BoardEditItem</item> <item name="board_edit_item_style">@style/BoardEditItem</item>
<item name="android:textColor">#ff000000</item>
</style> </style>

Loading…
Cancel
Save