android-gui Questions
3
Solved
I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the time the user will spend in an endless ListView displaying lot's of images, ...
Dhu asked 8/5, 2013 at 4:18
10
Solved
Here i have one view pager activity which has one imageview and 2 overlay bars. there overlay bars i made using android xml file layout itself.
Here my requirement is like that
1) single tap on ...
Hoy asked 4/5, 2013 at 18:28
15
Solved
I set the color to red , and after that I want to set the color again back to default, but I do not know what is default color, does anyone knows ?
Alesha asked 24/6, 2011 at 13:39
6
Solved
I have a multiline TextView in Android. It is a child of a LinearLayout. It is already centered horizontally and I also want to have the text inside it centered.
Here's what I have now:
_ _ _ _ _...
Particolored asked 19/6, 2012 at 7:13
14
Solved
I am trying to do a application-wide font change and creating a style file to do so. In this file (below) I just want to change typeface value of TextAppearance style of Android.
<?xml version...
Cundiff asked 19/7, 2011 at 11:52
3
Solved
I want to draw an arc using canvas using a gradient fill. How can achieve this?
Cashbox asked 12/1, 2012 at 6:6
1
Solved
im struggeling with the viewpagerindicator right now. When i use TitlePageIndicator, everything works fine. But when i try to use the TabPageIndicator I cant see it.
It does not appear in the hier...
Coenzyme asked 8/4, 2014 at 8:27
3
Solved
I am developing with Nexus 4 KitKat 4.4 and
trying to add IMMERSIVE MODE to my game.
I need screen height to set glViewport correctly.
Previously I used
@SuppressWarnings("deprecation")
@Target...
Adequate asked 12/12, 2013 at 21:54
9
I’m trying to creating a layout that contains a "SurfaceView" at the top with a horizontal toolbar that is section into 3 segments in the bottom, however my SurfaceView which contains camera previe...
Reddin asked 23/11, 2013 at 18:6
2
Solved
When I run this code the alert dialog is shown but there is one white border around the dialog and also the borders are little round. I do not want this white border and I want to have real corners...
Claudette asked 4/11, 2011 at 15:41
2
Here when i pressed on these left and right arrow button at that time I want to see these type of effects on button. These same thing happens in Iphone/IOS by default.
Can i make this type of effe...
Shana asked 13/5, 2013 at 2:50
4
Solved
I have a requirement to display somewhat big images on an Android app.
Right now I'm using an ImageView with a source Bitmap.
I understand openGL has a certain device-independent limitation as to
h...
Shuddering asked 27/3, 2013 at 9:42
1
Solved
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<S...
Lecturer asked 12/2, 2013 at 17:11
1
Solved
The gmail app has this tool bar that looks similar to an action bar (even including an overflow menu). It is a blue bar about 1/4 down the screen. See Image 1:
The bar I want is pointed out wit...
Mutule asked 30/7, 2012 at 17:27
1
Solved
Reading the design guidelines. I came across a little issue while trying to practice the metrics:
As secified above, we should add a 4dp margin to the top and bottom of button elements and tex...
Platt asked 29/4, 2012 at 19:14
3
Solved
is it possible to put an inner shadow on the text of a TextView in Android like this one :
Thanks !
Euthenics asked 1/11, 2011 at 11:26
2
Solved
<ScrollView android:layout_width="fill_parent" android:id="@+id/scrollView1"
android:layout_height="fill_parent">
<LinearLayout android:id="@+id/linearLayout1"
android:layout_width="fil...
Vullo asked 9/3, 2012 at 14:38
2
Solved
Is it possible to define GUI element width as android:layout_width="wrap_content" but somehow define minimal width of Xdp?
Shotton asked 27/7, 2011 at 20:10
1
© 2022 - 2024 — McMap. All rights reserved.