This looks a lot cooler now. You gotta love the new dashboard.
Related Posts
Catarsis post elecciones.
Lo primero que voy a decir es lo siguiente: BULLSHIT No voy a salir a decir lo “politicamente correcto”, voy a hablar lo que tengo en la mente, lo que considero mi realidad ante lo sucedido. Nos sacaron el mismo truco del referendum, nos voltearon los resultados, nos hicieron trampa, nos pusieron a votar un […]
Android: Making a TextView Scrollable
I needed a TextView to take the rest of the screen realstate. This TextView would behave as a logging component. I tried using android:singleLine=”false” but that didn’t cut it. What I did: Add a ScrollView (with android:fillViewport=”true” and android:layout_weight=”1″), then add a LinearLayout (yup…), and then add the TextView to fill all of that up […]