Skip to content
Snippets Groups Projects
Commit 70a13bbd authored by venkat's avatar venkat
Browse files

link to git-hub page

parent 621dd20d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ public class Abt extends AppCompatActivity { ...@@ -17,7 +17,7 @@ public class Abt extends AppCompatActivity {
public void open_git(View view) public void open_git(View view)
{ {
Uri uri = Uri.parse("http://www.google.com"); // missing 'http://' will cause crashed Uri uri = Uri.parse("https://github.com/Medidhi/Speech-to-code");
Intent intent = new Intent(Intent.ACTION_VIEW, uri); Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent); startActivity(intent);
} }
......
...@@ -53,4 +53,33 @@ ...@@ -53,4 +53,33 @@
android:layout_marginBottom="58dp" android:layout_marginBottom="58dp"
android:id="@+id/textView15" /> android:id="@+id/textView15" />
<TextView
android:text="Medidhi Venkata Ganesh"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignStart="@+id/textView15"
android:layout_marginBottom="52dp"
android:id="@+id/textView14" />
<TextView
android:text="Vignesh T"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignStart="@+id/textView14"
android:layout_marginBottom="24dp"
android:id="@+id/textView16" />
<TextView
android:text="Developer"
android:textSize="15dp"
android:textStyle="bold"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/textView14"
android:layout_alignStart="@+id/textView14"
android:layout_marginBottom="15dp"
android:id="@+id/textView17" />
</RelativeLayout> </RelativeLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment