...
This commit is contained in:
@@ -144,7 +144,27 @@
|
||||
android:textColor="@color/finestBlack"
|
||||
android:textSize="@dimen/defaultMenuTextSize" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/menuPdf"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:background="@drawable/selector_light_theme"
|
||||
android:gravity="center_vertical|left"
|
||||
android:onClick="onClick">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/menuPdfTv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:includeFontPadding="false"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="32dp"
|
||||
android:singleLine="true"
|
||||
android:text="@string/save_pdf"
|
||||
android:textColor="@color/finestBlack"
|
||||
android:textSize="@dimen/defaultMenuTextSize" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</kr.lunaticbum.awesomewebview.views.ShadowLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -6,4 +6,5 @@
|
||||
<string name="copy_link">주소 복사하기</string>
|
||||
<string name="open_with">다른 앱으로 열기</string>
|
||||
<string name="copied_to_clipboard">주소가 복사 되었습니다</string>
|
||||
<string name="save_pdf">Save Pdf</string>
|
||||
</resources>
|
||||
@@ -11,4 +11,5 @@
|
||||
<string name="file_chooser">File Chooser</string>
|
||||
<string name="copied_to_clipboard">Copied to clipboard</string>
|
||||
<string name="loading_video">Loading video…</string>
|
||||
<string name="save_pdf">Save Pdf</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user