fixed package name of logging fragment

This commit is contained in:
Frank Morgner
2016-04-07 15:58:12 +02:00
parent f401923005
commit ddbc4da0fa

View File

@@ -10,7 +10,7 @@
<fragment <fragment
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.vsmartcard.remotesmartcardreader.app.remotesmartcardreader.MyLogFragment" android:name="com.vsmartcard.remotesmartcardreader.app.MyLogFragment"
android:id="@+id/log_fragment" android:id="@+id/log_fragment"
android:layout_margin="@dimen/text_margin" android:layout_margin="@dimen/text_margin"
android:layout_width="match_parent" android:layout_width="match_parent"