Skip to content

Commit

Permalink
Minor style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjelldg committed May 16, 2018
1 parent 5a32435 commit d2d9d1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ public void onClick(View v) {
});


// webView_Browser.setWebViewClient(new WebViewClient());

//String url_String = "http://www.computersweden.idg.se";

//webView_Browser.loadUrl(url_String);
}


Expand Down
13 changes: 11 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,39 @@

<Button
android:id="@+id/forward_Button"
android:text="Forward"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.25"/>
android:layout_weight="0.25"
android:background="#4a4f59"
android:textColor="#dbdbdb"
android:shadowColor="@color/colorPrimary"
android:text="Forward" />

<Button
android:id="@+id/backward_Button"
android:text="Backward"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#4a4f59"
android:textColor="#dbdbdb"
android:layout_weight="0.25"/>

<Button
android:id="@+id/refresh_Button"
android:text="Refresh"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#4a4f59"
android:textColor="#dbdbdb"
android:layout_weight="0.25"/>

<Button
android:id="@+id/clear_Button"
android:text="Clear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#4a4f59"
android:textColor="#dbdbdb"
android:layout_weight="0.25"/>

</LinearLayout>
Expand Down

0 comments on commit d2d9d1c

Please sign in to comment.