Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 28, 2018
1 parent 4575304 commit 68f3aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/main/res/layout/about_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@
android:layout_marginLeft="32dp"
android:layout_marginRight="32dp"
android:text="@string/built" />
<TextView
<TextView
android:id="@+id/copyright"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="32dp"
android:layout_marginRight="32dp"
android:text="@string/copyright" />
<TextView
<TextView
android:id="@+id/licence"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginLeft="32dp"
android:layout_marginRight="32dp"
android:text="@string/licence" />

</LinearLayout>
2 changes: 1 addition & 1 deletion src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string name="licence">Licença: <a
href="https://www.gnu.org/licenses/gpl.txt">GNU GPLv3</a>
</string>

<string name="pref_instrument">Instrumento</string>
<string name="pref_instrument_summ">%s</string>

Expand Down

0 comments on commit 68f3aac

Please sign in to comment.