Skip to content

Commit

Permalink
change genre tag color
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed May 9, 2019
1 parent d095b9c commit d49ab0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout-land/manga_info_controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
app:layout_constraintRight_toRightOf="parent"
app:atg_borderStrokeWidth="1dp"
app:atg_backgroundColor="@android:color/transparent"
app:atg_borderColor="@color/md_blue_A400"
app:atg_textColor="@color/md_blue_A400"
app:atg_borderColor="@color/colorAccentDark"
app:atg_textColor="@color/colorAccentDark"
android:layout_marginRight="64dp"/>


Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/manga_info_controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@
app:layout_constraintBottom_toBottomOf="parent"
app:atg_borderStrokeWidth="1dp"
app:atg_backgroundColor="@android:color/transparent"
app:atg_borderColor="@color/md_blue_A400"
app:atg_textColor="@color/md_blue_A400" />
app:atg_borderColor="@color/colorAccentDark"
app:atg_textColor="@color/colorAccentDark"/>

</android.support.constraint.ConstraintLayout>

Expand Down

0 comments on commit d49ab0d

Please sign in to comment.