<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.furt.myapplication" >
<uses-sdk
- android:minSdkVersion="19"
+ android:minSdkVersion="16"
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />
<application
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.furt.myapplication" >
<uses-sdk
- android:minSdkVersion="19"
+ android:minSdkVersion="16"
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:exported="false"/>
<activity
android:name=".download_page"
+ android:configChanges="orientation|screenSize">
android:label="@string/listEs" >
</activity>
<activity
final TextView newT=new TextView(view.getContext());
RelativeLayout.LayoutParams myP=new RelativeLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
newT.setText(n.NodeHP.get(i).HP.toString());
- newT.setTextSize(TypedValue.COMPLEX_UNIT_SP,30);
+ newT.setTextSize(20);
newT.setId(DrawActivity.globalId++);
if (i==0) //prima ipotesi: sarà il leftID per le successive
leftID=newT.getId();
myP.setMargins(50,0,0,0);
float thisSize;
- p.setTextSize(30);
+ p.setTextSize(20);
thisSize=p.measureText(newT.getText().toString()); //misuro la larghezza dell'ipotesi inserita
thisSize+=thisSize*0.2; //con un'approssimazione per eccesso del 20%
sum+=thisSize; //aggiungo alla somma totale la larghezza di questa ipotesi e della spaziatura
- sum+=50;
+ sum+=100;
if (sum>(DrawActivity.v.widthPixels+20)) //ho superato la larghezza dello schermo: devo andare a capo
{
sum=thisSize; //il nuovo nodo è il primo della nuova riga