Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Nov 19, 2018
1 parent 32cacb1 commit e7cbaa5
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 106 deletions.
215 changes: 111 additions & 104 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:layout_centerInParent="true"
android:visibility="invisible"
app:text="@string/activity_open_doc_directory_empty"
app:textColor="@color/grey_800"
app:textColor="@color/grey_500"
app:textSize="30sp" />


Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_color_chooser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:text="@string/color_preview_text"
app:textSize="100sp" />
app:textSize="60sp" />

<RadioButton
android:id="@+id/rb_bg_color"
Expand Down

0 comments on commit e7cbaa5

Please sign in to comment.