D
D
dangerclose2015-12-30 19:21:38
Android
dangerclose, 2015-12-30 19:21:38

How to make up button in android app?

How to make up button in android app?
like on websites

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
one pavel, 2015-12-31
@onepavel

You do the layout using RelativeLayout,
and inside the button with the type parameter android:layout_alignParentRight="true"

A
Artix, 2015-01-03
@nikkorejz

If you use a WebView, then in the html document itself you will need to create a "top" button, and not in the
Html activity markup:

...
<body>
<div class="header" id="top">
//content
</div>
...
<a href="#top">Наверх</a>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question