Roojin / persian-calendar-view

Persian calendar view for android - تقویم فارسی / شمسی اندروید
http://mirrajabi.ir
GNU General Public License v3.0
87 stars 21 forks source link

مشکل RTL #34

Closed MasoudMHS closed 5 years ago

MasoudMHS commented 5 years ago

Manifest merger failed : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:12:9-36 is also present at [com.github.roojin:persian-calendar-view:1.2.1] AndroidManifest.xml:14:9-35 value=(true). Suggestion: add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:10:5-31:19 to override.

### وقتی در مانیفست Rtf را برابر false میذارم این ارور و میده

mirrajabi commented 5 years ago

راه حل کاملا واضحه: add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:10:5-31:19 to override.

نمونه: ‍‍‍‍‍‍‍‍‍‍ application android:name=".BlahBlahApp" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="false" android:theme="@style/AppTheme" tools:replace="android:supportsRtl"

MasoudMHS commented 5 years ago

خیلی خیلی ممنون که وقت میذارین، حل شد مرسی.

On Sun, Oct 14, 2018, 16:55 Mohammad Mirrajabi notifications@github.com wrote:

راه حل کاملا واضحه: add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:10:5-31:19 to override.

نمونه: ‍‍‍‍‍‍‍‍‍‍```xml

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Roojin/persian-calendar-view/issues/34#issuecomment-429626316, or mute the thread https://github.com/notifications/unsubscribe-auth/Am6NNLCZnDC8fnCybtpaitSzhrAsj6sFks5ukztagaJpZM4XbHnD .