I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit be14d658 authored by str4d's avatar str4d
Browse files

Renamed Log listitem layout, limit list to max 3 lines

parent c42dc725
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:maxLines="3"
android:padding="6dp"
android:textSize="16sp" >
</TextView>
......@@ -10,7 +10,7 @@ import android.widget.ArrayAdapter;
public class LogAdapter extends ArrayAdapter<String> {
public LogAdapter(Context context) {
super(context, R.layout.logs_list_item);
super(context, R.layout.listitem_logs);
}
public void setData(List<String> entries) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment