|
|
|
@ -22,6 +22,7 @@ import android.content.ClipboardManager;
|
|
|
|
|
import android.content.DialogInterface;
|
|
|
|
|
import android.content.Intent;
|
|
|
|
|
import android.graphics.Bitmap;
|
|
|
|
|
import android.graphics.Typeface;
|
|
|
|
|
import android.support.v7.app.AlertDialog;
|
|
|
|
|
import android.support.v7.app.AppCompatActivity;
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
@ -73,6 +74,9 @@ public class MultiLinkActivity extends AppCompatActivity {
|
|
|
|
|
tv.setText(generatedSharedLink);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
TextView link = (TextView) findViewById(R.id.link);
|
|
|
|
|
Typeface typeface = Typeface.createFromAsset(getAssets(),"fonts/NotoSans-Regular.ttf");
|
|
|
|
|
link.setTypeface(typeface);
|
|
|
|
|
|
|
|
|
|
//setup Adapter
|
|
|
|
|
adapter = new MultiLinkAdapter(ids.length,selectionListener);
|
|
|
|
|