Skip to content

Commit

Permalink
Slight linespacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahMitt committed Aug 23, 2015
1 parent 7df2367 commit 44487f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@
style="@style/MirrorText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="0dp"
android:includeFontPadding="false"
android:format12Hour="h:mm"
android:textSize="90sp" />

<TextView
android:id="@+id/weather_summary"
style="@style/MirrorText"
android:includeFontPadding="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:text="Partly Cloudy" />
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<item name="android:fontFamily">sans-serif-light</item>
</style>


<style name="MirrorText">
<item name="android:fontFamily">sans-serif-light</item>
<item name="android:gravity">right|center_vertical</item>
Expand Down

0 comments on commit 44487f4

Please sign in to comment.