Skip to content

Commit

Permalink
change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Apr 29, 2017
1 parent cff457c commit bc9904c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
android:id="@+id/author"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:layout_centerVertical="true"
android:layout_marginTop="@dimen/margin_author"
android:onClick="onClick"
android:orientation="vertical">

Expand Down Expand Up @@ -241,8 +241,7 @@
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:text="@string/website"
android:textColor="?android:attr/textColorLink" />
android:text="@string/copyright" />

</RelativeLayout>

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<string name="label_titikdua">:</string>
<string name="my_name">Harimurti</string>
<string name="website">http://harimurti.net</string>
<string name="copyright">Copyright &#169; 2017 by Harimurti.net</string>
<string name="fab_start">Start Service</string>
<string name="fab_stop">Stop Service</string>
</resources>

0 comments on commit bc9904c

Please sign in to comment.