Posso impostare android:shrinkColumns
e android:stretchColumns
allo TableLayout
.Come funzionano android: shrinkColumns e android: stretchColumns?
Ad esempio:
<TableLayout
android:shrinkColumns="2,3"
android:stretchColumns="1,3"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
Così come si fa di questo colpisce le colonne?
mi permetto di suggerire la lettura del [Guida Sviluppatore Android] (https://developer.android.com/guide/index.html) e [Documenti Android] (http://developer.android.com/reference/packages.html) - I documenti per TableLayout spiegano chiaramente cosa fanno –