Android layout that displays child views in relative positions to each other or to the parent view.
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 drawerEven 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-modeI have this layout: <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" > <ImageView android:…
android android-layout android-relativelayoutI'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-viewgroupI 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 listviewitemSo I am comfortable with using relative layouts, but whilst getting used to Android Studio I noticed that in my …
android android-relativelayoutI am trying to implement swipe left or right in my RelativeLayout. I wrote some code but could not get …
android swipe ontouchlistener android-relativelayoutSorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of …
android opengl-es android-relativelayout glsurfaceviewhow can I overlap images half on one another from layout XML file like this image.
java android imageview overlap android-relativelayoutSo, my problem is that OnClickListener doesn't work when I set android:clickable="true" into my class. This is MyClass …
android onclicklistener android-relativelayout