From 8553c842d6eb73c2c775ad8db5047781aec230dd Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Sat, 1 May 2010 23:49:00 +0200
Subject: Provide links to Unihan database on www.unicode.org for CJK
 ideographs.

---
 res/layout/char_details.xml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'res/layout')

diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml
index 3912ae5..8d99be4 100644
--- a/res/layout/char_details.xml
+++ b/res/layout/char_details.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/detailsLayout"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:padding="10dp"
-- 
cgit v1.2.3