started work on call history

This commit is contained in:
Juha Heinanen
2018-03-09 17:12:49 +13:00
parent 6aa4435569
commit 7da559cacc
9 changed files with 316 additions and 150 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.tutpro.baresip.HistoryActivity">
<ListView
android:id="@+id/history"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>