Top "Android-relativelayout" questions

Android layout that displays child views in relative positions to each other or to the parent view.

Using Navigation Drawer without TitleBar or ActionBar

I'm adding a Navigation Drawer to this app that I am developing and I have scoured the internet; forums, stackoverflow, …

android navigation android-relativelayout android-support-library drawer
android:windowSoftInputMode="adjustResize" is not working as it should be

Even though this problem has many solutions in stackoverflow, I could not solve my problem. I have two edit texts …

android xml android-layout android-relativelayout window-soft-input-mode
Set RelativeLayout child to fill unused space

I have this layout: <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" > <ImageView android:…

android android-layout android-relativelayout
Extending RelativeLayout, and overriding dispatchDraw() to create a zoomable ViewGroup

I've seen a few people ask how to zoom an entire ViewGroup (such as a RelativeLayout) in one go. At …

android android-layout android-relativelayout android-viewgroup
Listview error: "Your content must have a ListView whose id attribute is 'android.R.id.list'"

I am getting an error in my logcat saying "Your content must have a ListView whose id attribute is 'android.…

android android-intent android-listview android-relativelayout listviewitem
Relative Layout alignParentLeft vs alignParentStart

So I am comfortable with using relative layouts, but whilst getting used to Android Studio I noticed that in my …

android android-relativelayout
Android swipe left and right in RelativeLayout

I am trying to implement swipe left or right in my RelativeLayout. I wrote some code but could not get …

android swipe ontouchlistener android-relativelayout
Android GLSurfaceView transparent background without setZOrderonTop

Sorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of …

android opengl-es android-relativelayout glsurfaceview
how to half overlap imageview on another imageview in android

how can I overlap images half on one another from layout XML file like this image.

java android imageview overlap android-relativelayout
OnClickListener doesn't work with clickable attribute

So, my problem is that OnClickListener doesn't work when I set android:clickable="true" into my class. This is MyClass …

android onclicklistener android-relativelayout