Skip to content

Commit

Permalink
Merge pull request #51 from NUmeroAndDev/revert-49-change_font
Browse files Browse the repository at this point in the history
Revert "ダウンロードフォントに変更"
  • Loading branch information
NUmeroAndDev authored Feb 23, 2018
2 parents 5ee2fbb + 4ca5ed0 commit 80dbd42
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 38 deletions.
4 changes: 0 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@

<service android:name=".service.UpdateBusDataService" />

<meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts" />

</application>

</manifest>
Binary file added app/src/main/res/font/lato.ttf
Binary file not shown.
7 changes: 0 additions & 7 deletions app/src/main/res/font/lato_light.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/res/layout-land/bus_schedule_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center|bottom"
android:layout_marginBottom="@dimen/card_count_time_text_margin"
android:fontFamily="@font/lato"
android:textSize="@dimen/count_time_text"
app:attentionTextColor="@color/count_attention_text"
app:defaultTextColor="@color/count_default_text"
app:fontFamily="@font/lato_light"
app:safeTextColor="@color/count_safe_text" />

<FrameLayout
Expand Down Expand Up @@ -165,10 +165,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center|bottom"
android:layout_marginBottom="@dimen/card_count_time_text_margin"
android:fontFamily="@font/lato"
android:textSize="@dimen/count_time_text"
app:attentionTextColor="@color/count_attention_text"
app:defaultTextColor="@color/count_default_text"
app:fontFamily="@font/lato_light"
app:safeTextColor="@color/count_safe_text" />

<FrameLayout
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/bus_schedule_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center|bottom"
android:layout_marginBottom="@dimen/card_count_time_text_margin"
android:fontFamily="@font/lato"
android:textSize="@dimen/count_time_text"
app:attentionTextColor="@color/count_attention_text"
app:defaultTextColor="@color/count_default_text"
app:fontFamily="@font/lato_light"
app:safeTextColor="@color/count_safe_text" />

<FrameLayout
Expand Down Expand Up @@ -169,10 +169,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center|bottom"
android:layout_marginBottom="@dimen/card_count_time_text_margin"
android:fontFamily="@font/lato"
android:textSize="@dimen/count_time_text"
app:attentionTextColor="@color/count_attention_text"
app:defaultTextColor="@color/count_default_text"
app:fontFamily="@font/lato_light"
app:safeTextColor="@color/count_safe_text" />

<FrameLayout
Expand Down
17 changes: 0 additions & 17 deletions app/src/main/res/values/font_certs.xml

This file was deleted.

6 changes: 0 additions & 6 deletions app/src/main/res/values/preloaded_fonts.xml

This file was deleted.

0 comments on commit 80dbd42

Please sign in to comment.