Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Added link to github repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Dec 28, 2015
1 parent ef93f12 commit 2ddc630
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/main/res/layout/fragment_dialog_about.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Project Root Validator
~
~ @link https://github.com/d4rken/rootvalidator
~ @license https://github.com/d4rken/rootvalidator/blob/master/LICENSE GPLv3
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
Expand Down Expand Up @@ -30,6 +37,16 @@
tools:text="RootValidator v2.0 (20) by darken.\nFind out about new stuff, follow me."
android:textColor="@color/textcolor_secondary"/>

<TextView
style="@style/TextStyleBody2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp"
android:text="This app is open-source:\nhttps://github.com/d4rken/rootvalidator"
android:autoLink="web"
android:textColor="@color/textcolor_secondary"
tools:ignore="HardcodedText"/>

<TextView
android:id="@+id/tv_thanks_fab"
style="@style/TextStyleBody2"
Expand Down

0 comments on commit 2ddc630

Please sign in to comment.