Click here to Skip to main content
15,888,579 members

Comments by Member 13917889 (Top 6 by date)

Member 13917889 1-Aug-18 4:53am View    
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minWidth="10px"
android:minHeight="10px">
<ImageButton
android:src="@drawable/logtrans"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/logoutbutton"
android:layout_marginLeft="1110px" />
<ImageButton
android:src="@drawable/settings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/settingsbutton"
android:layout_marginLeft="1050px"
android:layout_marginTop="0.0dp" />
<android.webkit.WebView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/webView1" />
Member 13917889 31-Jul-18 4:21am View    
when I click the back button the whole application close. or the keyboard dissapears
Member 13917889 25-Jul-18 2:10am View    
im using visual studio. so i just have to create an folder "drawable" and put the picture in it?
Member 13917889 20-Jul-18 4:45am View    
Thanks for your reply i will try!
Member 13917889 19-Jul-18 7:50am View    
i forgot to giva it a filename.. :)