Posts by crnmn • 139 points
7 posts
-
-1
votes1
answer375
viewsQ: With Bootstrap, how do you position the button at the end of the card?
would like a solution to always place a button at the end of the card, so that it does not depend on the size of the above text, or pre-defined size of the previous object. To illustrate here is the…
-
-1
votes1
answer39
viewsQ: Transition at the Hover
Hi, I was wondering how to use the property transition to achieve the result you have in the Nav-bar read of the site http://tableless.com.br/.…
-
3
votes1
answer85
viewsQ: Smsmanager on Dual Sim phones
I have been researching the subject, but I have not yet seen any definitive solution to the problem. Well, my application does send SMS from Smsmanager however, it does not ask which chip to use…
-
0
votes2
answers970
viewsA: Close all applications in the background except my app
In fact, there are many applications that do this. Unfortunately I don’t know how it works to help you, I just correct the colleague above.
-
2
votes1
answer712
viewsQ: Force keyboard opening
I have this dialog in my application public void alertaLocalizar(View v) { LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); View view =…
-
1
votes1
answer60
viewsQ: Remove title space in Alertdialog
I have the following dialog in my application As you can see, in it I will not use Titulo (nomequalquer.setTitle("blabla")) nor Message. I would like to know what I can do so that this white space…
-
3
votes1
answer5357
viewsQ: How to center the entire layout
I have the following layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content"…